|
From: | Yann Renard |
Subject: | Re: [Tinycc-devel] Using TinyCC with GPL |
Date: | Fri, 06 Jun 2008 21:56:19 +0200 |
User-agent: | Thunderbird 2.0.0.14 (X11/20080502) |
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
[Prev in Thread] | Current Thread | [Next in Thread] |