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

https://github.com/krisleech/redman

Playground for Scheme
https://github.com/krisleech/redman

Last synced: 5 months ago
JSON representation

Playground for Scheme

Awesome Lists containing this project

README

          

Playground for Chicken (Scheme) LISP

Run using Chicken interpreter:

```
csi -s src/main.scm
```

Complie code:

```
csc -o redman src/main.scm
chmod +x redman
```

This will create an executable called `redman`.