A fun, friendly, statically-typed programming language.
a work-in-progress... (this readme will be updated if/when it's ready for people to try out)
to run while developing:
./bin/run run
./bin/run build path/to/main.pa
to test:
./bin/test
to build in release mode:
./bin/build_release
For some examples, see the language reference or the examples directory.