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

https://github.com/hellerve/eval.carp

[WIP] A compile-time Lisp evaluator for Carp
https://github.com/hellerve/eval.carp

Last synced: 6 months ago
JSON representation

[WIP] A compile-time Lisp evaluator for Carp

Awesome Lists containing this project

README

          

# eval

A compile-time Lisp evaluator for Carp. WIP.

```
(load "eval.carp")
(evaluate '(begin (fun 'x [y] '(print y)) (x 10)))
```


Have fun!