On Sat, Jan 24, 2015 at 5:51 AM, Steven D'Aprano <steve+comp.lang.pyt...@pearwood.info> wrote:
> and Ruby has an experimental one: > > http://blog.codeclimate.com/blog/2014/05/06/gradual-type-checking-for-ruby/ Interesting. Ruby has avoided the magic comment, and the typing is done in annotations rather than in the function signatures. It's interesting to see them go a different way so that we can compare the two approaches. I rather like it. It's a shame that the rest of Ruby's syntax is inferior to python's..... ;-) N. -- https://mail.python.org/mailman/listinfo/python-list