/SeekWhence

A simple programming language built around mathematical sequences as a primitive. Originally created in 28 hours for LangJam 2.

Primary LanguagePython

SeekWhence

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.

Installation

  • 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

Examples

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.

Language Documentation