nullc icon indicating copy to clipboard operation
nullc copied to clipboard

Can nullc compile and execute different script in different thread?

Open glcolor opened this issue 10 years ago • 2 comments

Can nullc compile and execute different script in different thread? I want to try using nullc in my project,but I don't know how to do it, could you give me some help? By the way, what‘s the lisence the nullc library uses?

glcolor avatar Sep 10 '15 05:09 glcolor

Hello.

Currently, nullc is single-instance, so it is not possible to compile and run multiple scripts in different threads. This might change in the future, because it's certainly a great thing to have.

And thank you for reminding me about the license, the license note went missing after project transfer from Google Code and now it is restored. nullc is distributed under a MIT license.

WheretIB avatar Sep 10 '15 19:09 WheretIB

I see,thanks for your reply, and thanks for your great works on nullc, it's a pretty language.

glcolor avatar Sep 11 '15 01:09 glcolor