Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hidekuno/picture-language
Draw demo program by writing lisp/scheme
https://github.com/hidekuno/picture-language
scheme sicp
Last synced: 18 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T11:24:40.000Z (about 1 year ago)
- Last Synced: 2023-09-09T12:29:46.871Z (about 1 year ago)
- Topics: scheme, sicp
- Language: Scheme
- Homepage:
- Size: 148 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)