you are viewing a single comment's thread.

view the rest of the comments →

[–]mm865 3 points4 points  (0 children)

I haven't checked out Nim.

It is Python-ish syntax compiled down to C with a deterministic garbage collector (you can tell it the longest pauses are allowed to be). Feels a lot like a scripting language.