WheretIB / nullc

Fast C-like programming language with advanced features
MIT License
163 stars 13 forks source link

Can nullc compile and execute different script in different thread? #20

Open glcolor opened 9 years ago

glcolor commented 9 years ago

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?

WheretIB commented 9 years ago

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.

glcolor commented 9 years ago

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