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
- Host: GitHub
- URL: https://github.com/hellerve/eval.carp
- Owner: hellerve
- Created: 2019-11-18T10:42:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T19:01:19.000Z (over 6 years ago)
- Last Synced: 2025-02-12T05:12:18.591Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!