<aside> 👉
To begin with, remember triangle like the one below can be clicked
I guess you at least hear of Python, and maybe use it daily.
Typically speaking, what’s most used is called CPython, which is the official implementation written in C.
There’re also multiple implementations like Cython, bpython.
When it comes to NimPyLib, you may guess
it’s a Python implementation written in Nim.
Take your time and I’ll tell you.
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.