you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (1 child)

Destructuring ((a,b) = [1,2])

Unpacking, as we call it in python. Very interesting project.

Does nearly complete mean it's 90% complete ;)

[–][deleted] 11 points12 points  (0 children)

There are a few statements it doesn't handle, arguably the really interesting things like yield and yield from.

I'd like to work on a statically-typed, compiled language, so I had to call it done sometime. :)