https://github.com/adri326/stackline2
Stackline version 2 - mirrored from https://git.shadamethyst.xyz/adri326/stackline2
https://github.com/adri326/stackline2
cellular-automaton esoteric-language rust rust-wasm
Last synced: about 1 year ago
JSON representation
Stackline version 2 - mirrored from https://git.shadamethyst.xyz/adri326/stackline2
- Host: GitHub
- URL: https://github.com/adri326/stackline2
- Owner: adri326
- License: apache-2.0
- Created: 2022-06-20T13:48:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T21:50:13.000Z (almost 4 years ago)
- Last Synced: 2025-01-28T10:51:37.350Z (over 1 year ago)
- Topics: cellular-automaton, esoteric-language, rust, rust-wasm
- Language: Rust
- Homepage: https://git.shadamethyst.xyz/adri326/stackline2
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# Stackline v2
This is the successor of [stackline](https://github.com/adri326/stackline), an esoteric language inspired by [Wireworld](https://mathworld.wolfram.com/WireWorld.html) and [ORCA](https://github.com/hundredrabbits/Orca).
Although it wasn't influenced by it, stackline has a lot in common with [Befunge](https://esolangs.org/wiki/Befunge).
[Befungell](https://github.com/zwade/Befungell)'s concurrency model acts in a very similar way to Stackline's, with the main difference being that Stackline's concurrency stems from a cellular automaton.
Until the core of the language is stabilized and submitted to crates.io, its documentation will be rendered daily on [https://shadamethyst.xyz/stackline/](https://shadamethyst.xyz/stackline/).