In case anyone else may be interested, I've produced bindings to Erlang NIF API ( https://github.com/wltsmrz/nimler ). The bindings are fairly complete and tested--though properly exhaustive tests are TBD.
It's my first project in nim. Ideally, I'd like this to be: idiomatic, correct, well-tested, and I'd like to not be surprised by conflicts between Erlang VM and memory management on the nim side of things.
Feedback is welcomed.