Skip to content
/ drax Public

Drax is adynamic and light interpreter for writing simple applications

License

Notifications You must be signed in to change notification settings

drax-lang/drax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drax

https://github.com/jeantux/drax/actions/workflows/drax-build.yml/badge.svg

We encourage developers to explore and provide feedback, but be aware that the language may not yet be stable for production use. Stay tuned for updates and future releases!

Dynamic and Rapid Abstract eXecutor

Drax is a lightweight project, dynamically typed, functional programming language with a focus on integrations.

Learning

Know the language in Documentation

Contributing

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

About

Drax is adynamic and light interpreter for writing simple applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages