|
|
|
|
|
by cb321
1947 days ago
|
|
Do you have any specific libraries that you are missing? The packages list [1] has almost 1600 packages. Also, the FFI in Nim is basically just declaring some C function as a `proc`. So, wrapping existing C libraries is as easy as Cython for Python. You can even jump start things by running `c2nim` on a header file. [1] https://github.com/nim-lang/packages |
|