<aside> 👉
To begin with, remember triangle like the one below can be clicked
Wikipedia:
Nim is a general-purpose, multi-paradigm, statically typed, compiled high-level system programming language, designed and developed by a team around Andreas Rumpf. Nim is designed to be "efficient, expressive, and elegant", supporting metaprogramming, functional, message passing, procedural, and object-oriented programming styles by providing several features such as
- compile time code generation
- algebraic data types
- a foreign function interface (FFI) with C, C++, Objective-C, and JavaScript
- supporting compiling to those same languages as intermediate representations.
github README:
Nimpylib is a collection of Python-like operators/functions and libraries as well as syntax sugars.
So with nimpylib (pylib in short), though you’re not using Python anyway, you can write as if you’re writing Python.
Recently (within 3 months), it releases versions: