https://github.com/hidekuno/picture-language
Draw demo program by writing lisp/scheme
https://github.com/hidekuno/picture-language
scheme sicp
Last synced: 4 months ago
JSON representation
Draw demo program by writing lisp/scheme
- Host: GitHub
- URL: https://github.com/hidekuno/picture-language
- Owner: hidekuno
- Created: 2019-10-04T02:14:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T23:25:59.000Z (over 1 year ago)
- Last Synced: 2025-04-07T05:27:21.740Z (over 1 year ago)
- Topics: scheme, sicp
- Language: Scheme
- Homepage:
- Size: 150 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Implementation of Picture Language
=================
## Overview
- Implemented SICP graphic language program
- See section 2.2.4 of URL for Picture Language(https://mitpress.mit.edu/9780262510875/structure-and-interpretation-of-computer-programs/)
- See the URL for square-limit(https://www.ipsj.or.jp/07editj/promenade/4610.pdf)
- Creating a document with jupyter-notebook(https://github.com/hidekuno/jupyter-sicp)
Run example on rust-elisp(https://github.com/hidekuno/rust-elisp)

Run example on rust-elisp(Web Assembly)

Run example on go-scheme(https://github.com/hidekuno/go-scheme)