Basile STARYNKEVITCH wrote:
Yann Renard wrote:
Hi people,
I just discovered TinyCC. I would like to thank Fabrice and other
authors for this very nice piece of software.
I'm thinking of using Tiny CC to include C as a scripting language for
a software I'm currently working on.
I don't think that using C (or any other unsafe language) as a scripting
language is a good idea.
The last thing you want from a scripting language is to core dump. You
need errors to be caught. This is not the case in C.
If you want a scripting language, consider other options.
Basile,
thank you for your advice, even if it does not answer my question. My
application is coded in C++ so I gues I can try/catch before calling the
C script, right ? However, maybe I made a mistake calling this script.
My use would better be very fast prototyping or light plugins. It has to
run as fast as possible, this is why I consider using tinycc better than
any interpreted bytecode.
Best,
Yann Renard
_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel