Skip Navigation

ArkScript - a scripting language in C++

github.com GitHub - ArkScript-lang/Ark: ArkScript is a small, fast, functional and scripting language for C++ projects

ArkScript is a small, fast, functional and scripting language for C++ projects - GitHub - ArkScript-lang/Ark: ArkScript is a small, fast, functional and scripting language for C++ projects

GitHub - ArkScript-lang/Ark: ArkScript is a small, fast, functional and scripting language for C++ projects

Hello!

I've been working on this language for the past 5 years, ArkScript, which is:

  • as small as I could (language wise, 10 keywords, nothing I deemed too specific/useless)
  • running on a VM, compile once run anywhere, just ship your bytecode
  • can be used as a scripting language on its own, like python (though it's not its strength)
  • easy to embed, made in c++ 17 with simplicity in mind

I'm currently working on the v4 (I screwed up with the semver), redoing the imports syntax, and currently cleaning the code and rewriting all the unit tests using boosr-ext/ut.

I'm open to criticism, suggestions, discussions on how to enhance it, or just questions on that weird project.

2
2 comments