Dynamic and Rapid Abstract eXecutor
Drax is a lightweight project, dynamically typed, functional programming language with a focus on integrations.
Know the language in Documentation
drax documentation is available in docs
Run initial environment settings with:
make config
To compile run:
make all
if your distribution doesn't support libedit you can compile the project without it using
make all LIGHT=1
After compiling it will generate the final binary in the /bin
directory, to be executed by Makefile execute:
make run
To compile in debug mode run:
make debug