|
|
|
|
|
by silentbicycle
5766 days ago
|
|
If it's implemented in C with a simple API, it should be easy to use from anything that has a C FFI. I'd rather not make it too language-specific - there's a huge duplication of effort as new languages appear. Lua and SQLite are both great examples of libraries whose APIs make them straightforward to embed in other languages. |
|