Re: Python is DOOMED! Again!

2015-01-23 Thread Steven D'Aprano
Chris Angelico wrote: > On Fri, Jan 23, 2015 at 9:59 PM, Steven D'Aprano > wrote: >> (Don't use binary floating point numbers for anything related to money. >> Just don't.) > > While I generally agree, it's not quite as hard-and-fast as that. It's > just important to know that binary floating p

Re: Python Sanity Proposal: Type Hinting Solution

2015-01-23 Thread Steven D'Aprano
Chris Angelico wrote: > But having just watched a PyCon talk about PyPy and RPython > and type inference Ooh! Got a link? -- Steven -- https://mail.python.org/mailman/listinfo/python-list

Re: Python Sanity Proposal: Type Hinting Solution

2015-01-23 Thread Chris Angelico
On Sat, Jan 24, 2015 at 5:36 PM, Steven D'Aprano wrote: > Chris Angelico wrote: > >> But having just watched a PyCon talk about PyPy and RPython >> and type inference > > Ooh! Got a link? Well, it's not primarily about type inference, but the matter is mentioned. It's mainly about PyPy, RPython,

Re: Python is DOOMED! Again!

2015-01-23 Thread Steven D'Aprano
Rick Johnson wrote: > On Thursday, January 22, 2015 at 10:23:48 PM UTC-6, Steven D'Aprano wrote: >> Rick Johnson wrote: >> >> > The solution is move the type hinting syntax completely >> > out of the source file and into another file -- think of >> > it as a "Python Type Hinting Header File". >>

<    1   2