Sujet : Re: Command Languages Versus Programming Languages
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.unix.shell comp.unix.programmer comp.lang.miscDate : 11. Nov 2024, 21:55:15
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vgtqvj$15srv$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Pan/0.160 (Toresk; )
On Mon, 11 Nov 2024 10:06:40 -0000 (UTC), Muttley wrote:
Yes it generally calls libraries written in C/C++
but then why not just write the higher level code in C++ too?
Because it’s easier to do higher-level stuff in Python.
Example:
<
https://github.com/HamPUG/meetings/tree/master/2018/2018-08-13/ldo-creating-api-bindings-using-ctypes>