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 2597a7e1b7
Pane creation and signal creation support
2 years ago
.github/workflows 🐛 CI to nightly, Sender::calculate_path 2 years ago
editor 🔥 Prototype property editor 2 years ago
editor-solidjs Pane creation and signal creation support 2 years ago
font Pane creation and signal creation support 2 years ago
stackline Pane creation and signal creation support 2 years ago
stackline-cli WIP wasm API 2 years ago
stackline-wasm Pane creation and signal creation support 2 years ago
.gitignore 🎉 First commit 2 years ago
Cargo.toml stackline-cli 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
build.sh Touch support, build.sh 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/.