DEV Community

b0bby_seal
b0bby_seal

Posted on

Why is No-one Talking about Nim-lang?

This is far more promising than Rust, Zig or Golang for common application abstraction purposes.

What is Nim you ask?

A systems programming language that types like python and feel like Ada & Pascal combined...The benefit to this is that it allows dynamic and highly expressive source code that is both easy to read and elegant to work with...

How Does it work?

Essentially you can either do a compile to C (default), Objective-C, C++ or Javascript. From here; you nim source code is either compiled or interpreted (Javascript) to run on any machine that nim is installed.

Top comments (0)