All activity

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

ArkScript
A new scripting language for C++ projects

Alexandre Plateau
left a comment
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.

ArkScript
A new scripting language for C++ projects