https://github.com/rtfb/lirpter
https://github.com/rtfb/lirpter
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rtfb/lirpter
- Owner: rtfb
- Created: 2017-12-03T19:44:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T12:18:32.000Z (over 8 years ago)
- Last Synced: 2025-01-24T08:13:28.171Z (over 1 year ago)
- Language: Common Lisp
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Playground for ideas from here: https://www.youtube.com/watch?v=OyfBQmvr2Hc
Use:
```
$ sbcl
This is SBCL 1.3.3.debian, an implementation of ANSI Common Lisp.
[...]
* (load "add1.lisp")
T
* (eval-expr '(add1 5))
6
*
```