Y
Hacker News
new
|
ask
|
show
|
jobs
by
cb321
1525 days ago
Maybe also of interest is a nascent package for R calling Nim (or vice versa):
https://github.com/SciNim/rnim
1 comments
V1ndaar
1525 days ago
To add to that, there's also a Nim <-> Julia bridge:
https://github.com/clonkk/nimjl
link
gavinray
1525 days ago
To add to that, there's also a Nim <-> JVM bridge:
https://github.com/yglukhov/jnim
And wrapperless C++ interop through macros:
https://github.com/n0bra1n3r/cinterop
link