Hacker News new | ask | show | jobs
by how_to_bake 2801 days ago
Check out Nim. They recently added support for a function declaration in addition to a proc. Function automatically checks that it is a pure function with no side effects.

Considering the flexibility of the language as a whole, this is really cool!