The Artima Developer Community
Sponsored Link

Python Buzz Forum
PyCon: Optional Static Typing

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ian Bicking

Posts: 900
Nickname: ianb
Registered: Apr, 2003

Ian Bicking is a freelance programmer
PyCon: Optional Static Typing Posted: Mar 29, 2005 1:57 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ian Bicking.
Original Post: PyCon: Optional Static Typing
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ian Bicking
Latest Posts From Ian Bicking

Advertisement
Guido brought up static typing in his keynote, revisiting that contentious topic. He actually wasn't that positive about it -- he was interested but not confident at all. What kind of disappointed me is that what he described can be implemented right now using decorators, with only a slightly different syntax. You couldn't infer typing by parsing the source, but parsing Python source is always a horrible way to find out stuff about the code. To programmatically understand Python code, you run the code, that's just the way it is, and that can work fine if we all just come to terms with that -- not only work fine, it is a real asset of Python. Python code is code that builds objects. The objects are the important thing, the code that builds them is incidental.

Read: PyCon: Optional Static Typing

Topic: PyConDC 2005 Previous Topic   Next Topic Topic: Die blöde Frage der Woche

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use