One thing I would be interested in hearing that I haven't heard anyone mention is how far it seems like a language can reasonably stray from Python without essentially hitting its head on PyPy at every turn. For example, functional languages have a hard time on the JVM due to its lack of tail call elimination.
One thing I would be interested in hearing that I haven't heard anyone mention is how far it seems like a language can reasonably stray from Python without essentially hitting its head on PyPy at every turn. For example, functional languages have a hard time on the JVM due to its lack of tail call elimination.