Prim is a programming language I am building. It is experimental, expect instability and breaking changes!
For more details, see the working doc.
Requires Python 3.12 or higher.
Here's an example of how to execute a Prim program using the interpreter.
python3 -m prim examples/factorial.prim
Run unit tests.
python3 -m unittest discover -s test/*
Run type checking.
mypy -p prim --strict
© John Chin-Jew. All rights reserved.