- Implemented a Lisp for Rust lessons. (It's Scheme base)
- rust(rustc, cargo..) installed.
- X server is running.
- gtk3 installed.
cd ${HOME}
git clone https://github.com/hidekuno/rust-elisp
cd rust-elisp/glisp
cargo test --lib
cd ${HOME}
git clone https://github.com/hidekuno/picture-language
cd rust-elisp/glisp
cargo build --release --features animation --bin glisp
./target/release/glisp
- click "SICP" menu button.
- click "Eval" menu button.
- input "(demo)" on textarea, and click "Eval" menu button.
(demo)

