Hacker News new | past | comments | ask | show | jobs | submit login

“Supporting language X” isn't the same as “can be called from language X if you manually use the FFI”. At the very least, the bindings should come out of the box.



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.


> 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”.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: