track8-program

Crates.iotrack8-program
lib.rstrack8-program
version1.0.0
sourcesrc
created_at2018-06-13 18:54:33.5571
updated_at2018-06-13 18:54:33.5571
descriptionA programming language running on an emulated 8 track tape
homepagehttps://github.com/Ameliorate/track8-program
repositoryhttps://github.com/Ameliorate/track8-program
max_upload_size
id69992
size15,057
Amelorate (Ameliorate)

documentation

README

8track-program

Esolang written upon an 8 track tape. Programs either loop implicitly or through the use of a metal strip on the tape, move down one program.

A program is written using a number of one-character codes, and a cartridge can contain up to 8 programs. Each program can switch between programs on the cartridge, in addition to being able to modify the contents of each tape, run different operations, and manipulate a 8-element stack.

This implementation also provides "cheats" to allow cartridges of more than 8 programs and with a stack larger than 8 elements.

Coding Style

This project also experiments with using an APL-like programming style in rust. For an example of this programming style, see the J Incunabulum.

Commit count: 17

cargo fmt