The successor of stackline v1.0, an esoteric language inspired by Wireworld and ORCA. https://shadamethyst.xyz/stackline/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Shad Amethyst 236c97d2bc
🐛 CI to nightly, Sender::calculate_path
2 years ago
.github/workflows 🐛 CI to nightly, Sender::calculate_path 2 years ago
stackline 🐛 CI to nightly, Sender::calculate_path 2 years ago
stackline-wasm 🎉 First commit 2 years ago
.gitignore 🎉 First commit 2 years ago
Cargo.toml 🎉 First commit 2 years ago
LICENSE_APACHE 🎉 First commit 2 years ago
LICENSE_MIT 🎉 First commit 2 years ago
README.md Use veccell, making Miri happy 2 years ago
index.html Add link to documentation and index.html 2 years ago

README.md

Stackline v2

This is the successor of stackline, an esoteric language inspired by Wireworld and ORCA.

Although it wasn't influenced by it, stackline has a lot in common with Befunge. 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/.