[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua vs Python C bindings
- From: Jim <sysinit@...>
- Date: Mon, 24 Jun 2019 23:14:20 +0200
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.