Hacker News new | ask | show | jobs
by revskill 2620 days ago
Nim is an interesting language. Main features:

- Type system: Strong and static typings.

- Support Generics (Unlike Go)

- Support Modules (Unlink C++)

- Multiple and optional GC.

- Metaprogramming support.

- Executed binary.

What excites me most is the efficiency as C.

I hope it'll get mature more this year. At least for the Javascript backend, so that i could write Nim for frontend (with bindings for popular JS frameworks like React, Vue,..) , too.

1 comments

C++20 does support modules.