Vyxal is an array programming language that is:
- Stack-based
- Inherently terse
- and Convenient
There are a few methods:
-
Head over to the online interpreter (this is the easiest).
-
Download one of the release
jar
files, and run using
java -jar vyxal-jar <arguments>
- Download the repository source and run with
./mill jvm.run
. See Building.md for more details.
For instructions on how to set up a development environment and an overview of
how the interpreter works, see the contributing
folder.
Enjoy the cookies.