#language #programming-language #codegolf

starfish-wasm

*><> is a stack-based, reflective, two-dimensional esoteric programming language based directly off of ><>

3 stable releases

1.0.2 May 30, 2022
1.0.0 May 20, 2022

#733 in WebAssembly

Custom license

45KB
959 lines

rust-starfish-wasm

A *><> interpreter written in Rust. *><> is a language derived from ><>.

This is the WASM version, you can try it out here.

Building

Ensure the Rust toolchain and wasm-pack are installed. Then do the following:

git clone https://github.com/TheDiscordian/rust-starfish-wasm
cd rust-starfish-wasm
wasm-pack build --target web

That'll build the package, if you want to test it, run something like the following in the same directory to spin up an HTTP server:

python3 -m http.server

Finally, navigate to http://localhost:8000/src/web in your web browser to view the page.

Limitations

I believe file i/o is the only thing not working. Happy to take a PR for that. Any other issues are likely unexpected, please open an issue if you encounter one 🙂

Dependencies

~12MB
~223K SLoC