Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
/ SeekWhence Public archive

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

Notifications You must be signed in to change notification settings

kgscialdone/SeekWhence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Languages