Hacker News new | ask | show | jobs
by Aardappel 2637 days ago
It's not Python.. it just has a similar syntax.

You currently run it either as a bytecode VM (which is rather fast and runs on any platform), or you can translate it to C++ if you want an additional speed boost.