Hacker News new | ask | show | jobs
by ers35 3622 days ago
Bindings are included: https://github.com/ers35/modserver/tree/master/src/api

The Python module does not require one to use an FFI: https://github.com/ers35/modserver/blob/master/src/example/p...

More idiomatic wrappers can be written later, but the FFI based bindings have to come first.

I updated the readme to make this more clear.

1 comments

> FFI bindings have to come first.

Of course. But FFI bindings alone don't count as “support”.

> More idiomatic wrappers can be written later

Then “support for <language X>” is “planned” or “work in progress”.