logoalt Hacker News

panzitoday at 3:47 AM1 replyview on HN

Isn't rpython doing that, allowing changes on startup and then it's basically statically typed? Does it still exist? Was it ever production ready? I only once read a paper about it decades ago.


Replies

mattclarkdotnettoday at 4:03 AM

RPython is great, but it changes semantics in all sorts of ways. No sets for example. WTF? The native Set type is one of the best features of Python. Tuples also get mangled in RPython.