DEV Community

player 0
player 0

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)

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay