No description
Find a file
2017-09-28 15:49:43 +03:00
nimborg Update nimborg python test code to work with 0.10.2. This all compiles correctly, but test_linalg.nim is failing with 'buffer interface not supported with flags 5 [EPyNotSupported]', which needs further investigation. test_pylab.nim is also failing, but I believe that is due to local environment issues 2015-01-03 00:03:57 +00:00
.gitignore * make some converters procs instead because converters + openarrays 2014-02-09 23:51:44 +02:00
changelog.txt * use a.b instead of ~a.b 2014-02-18 08:53:47 +02:00
contributors.txt + contributors.txt, NimBorg.babel 2014-02-11 21:07:27 +02:00
LICENSE + contributors.txt, NimBorg.babel 2014-02-11 21:07:27 +02:00
NimBorg.babel change directory structure again, to nimborg/lua 2014-02-13 11:06:17 +02:00
README.md update README to reflect that the project is not being maintained. 2017-09-28 15:49:43 +03:00
TODO.txt * use a.b instead of ~a.b 2014-02-18 08:53:47 +02:00

NimBorg

The goal of NimBorg is to assimilate multiple programming languages into the Nimrod ecosystem. In other words, I aspire to develop here high-level interfaces between Nimrod and other languages. Currently we have very basic support for python and lua.

The current state of the bindings can be observed by looking at the 'test' directory for each of the languages. There's also a "usage.txt" file under nimborg/py and under nimborg/lua, but it might occasionally get out-of-date, so the tests are more reliable.

This project is unmaintained

This repo is no longer maintained. If there is any volunteer willing to maintain it, please open an issue asking to receive maintainership.