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

https://github.com/namin/3-proto-lisp

Code from the paper Reflection for the Masses by Charlotte Herzeel, Pascal Costanza, and Theo D'Hondt.
https://github.com/namin/3-proto-lisp

common-lisp paper-implementations reflection towers

Last synced: about 2 months ago
JSON representation

Code from the paper Reflection for the Masses by Charlotte Herzeel, Pascal Costanza, and Theo D'Hondt.

Awesome Lists containing this project

README

        

3-proto-lisp
------------

Code from the paper _Reflection for the Masses_ ([PDF](http://www.p-cos.net/documents/s32008.pdf)) by Charlotte Herzeel, Pascal Costanza, and Theo D'Hondt.

## Getting Started
```common-lisp
(cl:in-package 3-proto-lisp)
(3pl:read-normalize-print)
;; evaluate examples.3pl in REPL
```

Play in your browser at [io.livecode.ch](http://io.livecode.ch/learn/namin/3-proto-lisp)!