A simple programming language built around mathematical sequences as a primitive.
SeekWhence was created in 28 hours over the course of a week for LangJam 2.
- Clone or download the source
- Make sure you have Python 3.8.10 or higher installed
To run a SeekWhence script, run
chmod +x ./seekwhence
./seekwhence [script path]
To run all interpreter tests, run
python3 src/test.py tests
You can find several examples of SeekWhence programs in the examples
folder. Most of these also serve as the test cases for the interpreter and standard library; you can find the descriptions of their expected output in the tests
folder.
- Basic Syntax
- Sequences and Slices
- Namespaces and Imports
- Standard Library