4 ms·
Is there something similar for Pythonistas? i.e., something with python-like syntax, static and duck typing, and performance that of equivalent Java?
by baltcode 16y ago
Is there something similar for Pythonistas? i.e., something with python-like syntax, static and duck typing, and performance that of equivalent Java?
- chc 16y agoRuby syntax is already really similar to Python syntax. Significant indentation is the biggest difference. I actually made a prototype Ruby with significant indentation a la Python and I think most people would have mistaken it for Python at a glance.
- equark 15y agoBoo, which has both JVM and CLR backends.