ArkScript - A new scripting language for C++ projects
by•
ArkScript is:
- a small Lisp like
- a scripting language: easy to embed in any app
- portable: compile once to produce a bytecode, run everywhere
- a functionnal language
- promoting functionnalities before performances: expressiveness brings more productivity
Replies
Best
Maker
Also, a brand new feature entered the arena: macros! We have conditionnals, values and functions macros, the latter being recursively evaluated, allowing the user to apply deep and complex transformation on the ArkScript code, since those macros work on the AST itself, opposed to the C preprocessor working only on the source code as text.
Report
Hey!!!! You have a cool font in your logo) Glad you liked it !!! We developed it in 2015 :)
Replies