logoalt Hacker News

cryptonectortoday at 3:51 AM1 replyview on HN

But why Python? Why not a JVM like Graal? I would think that would yield faster code.

Or why not run MicroQuickJS under Fil-C? It's ideal since it has not dependencies.


Replies

simonwtoday at 6:09 AM

I build and distribute software in Python. My ideal solution is something that installs cleanly via pip so I can include it as a regular dependency of my other projects.

show 1 reply