Hacker News new | ask | show | jobs
by seego 3539 days ago
Do you have any plans to provide C/C++ bindings?
1 comments

We want to. It would be nice if we could just use cgo but it's not complete. So we need to build some kind of simplified API to Noms that can be exported via cgo.

I created a bug for this just now: https://github.com/attic-labs/noms/issues/2718

Please feel free to get involved there.