Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)