Am Mi., 16. Juli 2025 um 11:43 Uhr schrieb Jakit Liang <
jakit...@gmail.com>:
> Maybe Python is a better. It had a modernized implementation in the area of scripting language.
... this is very difficult to answer, if you do not mention your
application / what you want to do.
Python from my knowledge is very "blown up" - you cannot really
implement it in small systems / it needs MUCH more ROM and RAM ... so
also if you want to use it in some "larger software", it will catch
much more space.
.. but you of course always need good C knowledge, if you want to
implement it into your own source code.
If you are frightened of special function prototypes, then maybe
better keep in "standard C" and try to avoid excursions in scripting
engines like Lua or Python... .
(to get a good introduction into Lua, best check the book Programming
in Lua of Roberto...).