goodpaul6 / Tiny

A very small statically-typed embeddable scripting language.
MIT License
246 stars 16 forks source link

Major refactoring #12

Closed goodpaul6 closed 2 years ago

goodpaul6 commented 5 years ago
BleuBleu commented 2 years ago

Hi!

Just stumbled up on this project. This is exactly the kind of minimalist scripting i need for my game. Love it.

Is this still actively being developed at the moment? Thanks!

-Mat

goodpaul6 commented 2 years ago

@BleuBleu Hi, yes! Currently working on a C++ branch to prototype a new syntax/module system based off of go (Can be viewed on the cpp branch). I'll most likely be porting it back to C99/exposing a C API for it.

I'm quite interested in the application of this language to a larger game project so please reach out if you have any ideas or needs you would like to discuss.

Happy to carry on the thread here.

BleuBleu commented 2 years ago

That's great! I'll stick to the regular branch for now, but keep up the good work. I don't really have any feedback for now, its a bit early, except maybe keep the feature list to a minimum as it evolves. I think you have a really nice lean library right now :)

-Mat