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

https://github.com/rtfb/lirpter


https://github.com/rtfb/lirpter

Last synced: 5 months ago
JSON representation

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
*
```