▲ | pjmlp 13 hours ago | |||||||||||||||||||
What pains me in Python adoption, beyond its use as Perl replacement, is that we have so much better dynamic languages with advanced JIT implementations, but have to reach out writing extensions in native languages instead. At least Python as DSL for GPU JIT compilers is a thing now. Yes, I know about PyPy in the corner looking for attention. | ||||||||||||||||||||
▲ | creata 11 hours ago | parent [-] | |||||||||||||||||||
> we have so much better dynamic languages with advanced JIT implementations What are some of these better languages that you're referring to? (The usual dynamic language JITs I hear people praise are LuaJIT and Chez. And V8. And the JVM?) | ||||||||||||||||||||
|