Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53477
| Path | csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.092 |
| X-Spam-Evidence | '*H*': 0.84; '*S*': 0.03; 'already.': 0.09; 'url:github': 0.09; 'posted': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'interesting:': 0.16; 'stumbled': 0.16; 'subject:Case': 0.16; 'wrote:': 0.18; 'mon,': 0.24; 'paul': 0.24; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'that.': 0.31; 'sep': 0.31; 'writes:': 0.31; 'received:google.com': 0.35; "didn't": 0.36; 'thanks': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'here': 0.66; 'url:pdf': 0.68; 'watching': 0.68; 'hour': 0.70; 'video:': 0.84; 'this!': 0.93; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=eMGdbkugKH334G92C1Fs2/FRpBTlcos9+vhO9cN2o0k=; b=zAVJXPsJH61cvFOrC6dGjC64bC4jjoPxIm6Oqr/I2/v+VOBdJAlkMcfdh83TmELZuG rva6IHvAqy6inPdaAk/8EMRoBz0H6kFhjLSJUGadiRRiI9S9joU7Uq6FVnAgnKf36/gt 1XCYbQwsWxTZeYdbyPO65ANVFUasGuJb+lT8FZnOX4Ln7ap5HOHQO70Q93banWMfa2K3 HleHEuYLRLy2ntH6/7+bY4MZTXaI79yzLxNLSNnxjjpo6Veu42JGZRbDy8C94F8PM6Fn irpZ+Co5uC3G4fXZTCoYs/MqrYWzOodmcCdiK/GAxObs4ygab0eTMDWmRzJLNuWXXu+Z fuag== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.165.111 with SMTP id yx15mr168983vdb.33.1378123498882; Mon, 02 Sep 2013 05:04:58 -0700 (PDT) |
| In-Reply-To | <7xfvtnwsn9.fsf@ruckus.brouhaha.com> |
| References | <8bc2f539-ae7a-4cd8-83c0-91449aecd616@googlegroups.com> <7xfvtnwsn9.fsf@ruckus.brouhaha.com> |
| Date | Mon, 2 Sep 2013 22:04:58 +1000 |
| Subject | Re: A Pragmatic Case for Static Typing |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.486.1378123506.19984.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1378123506 news.xs4all.nl 15906 [2001:888:2000:d::a6]:36700 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:53477 |
Show key headers only | View raw
On Mon, Sep 2, 2013 at 6:10 PM, Paul Rubin <no.email@nospam.invalid> wrote: > "Russ P." <Russ.Paielli@gmail.com> writes: >> I just stumbled across this video and found it interesting: >> http://vimeo.com/72870631 >> My apologies if it has been posted here already. > > The slides for it are here, so I didn't bother watching the 1 hour video: > > http://gbaz.github.io/slides/hurt-statictyping-07-2013.pdf Thanks for that. I have no desire to watch an hour-long video about this! ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
A Pragmatic Case for Static Typing "Russ P." <Russ.Paielli@gmail.com> - 2013-09-01 21:24 -0700
Re: A Pragmatic Case for Static Typing Paul Rubin <no.email@nospam.invalid> - 2013-09-02 01:10 -0700
Re: A Pragmatic Case for Static Typing Steven D'Aprano <steve@pearwood.info> - 2013-09-02 09:44 +0000
Re: A Pragmatic Case for Static Typing Roy Smith <roy@panix.com> - 2013-09-02 09:37 -0400
Re: A Pragmatic Case for Static Typing Nobody <nobody@nowhere.com> - 2013-09-03 02:10 +0100
Re: A Pragmatic Case for Static Typing Joel Goldstick <joel.goldstick@gmail.com> - 2013-09-02 21:36 -0400
Re: A Pragmatic Case for Static Typing Chris Angelico <rosuav@gmail.com> - 2013-09-02 22:04 +1000
Re: A Pragmatic Case for Static Typing Roy Smith <roy@panix.com> - 2013-09-02 08:41 -0400
Re: A Pragmatic Case for Static Typing Chris Angelico <rosuav@gmail.com> - 2013-09-03 08:43 +1000
Re: A Pragmatic Case for Static Typing "Russ P." <Russ.Paielli@gmail.com> - 2013-09-02 11:33 -0700
csiph-web