Hacker News new | ask | show | jobs
by georgewsinger 3759 days ago
22 milliseconds? Unless I'm mistaken that's blazing fast?
1 comments

I believe that's 220ms. Which isn't too bad. But Clojure can usually match that if you AOT everything.

It's still too slow for serious command-line utils, though, so you're back to Haskell.

Or using a long-running system daemon to host the VM