lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sun, Jun 23, 2019 at 12:39:02AM +0100, Dibyendu Majumdar wrote:
> With regards to the C api of Python vs Lua there is no contest. The
> Python C api is much more verbose and hence writing a binding in that
> is a big task.

you can tell a good C API by its ease of use in hand written code.
first of all it should be directly usable without requiring automated
binding generators.

> So it seems that writing a C/C++ binding for Python is actually less
> effort than writing one for Lua.

at least when using such helper tools.