https://github.com/tailrecursion/stasis
A collection of experiments related to the idea of compiling things
https://github.com/tailrecursion/stasis
Last synced: 4 months ago
JSON representation
A collection of experiments related to the idea of compiling things
- Host: GitHub
- URL: https://github.com/tailrecursion/stasis
- Owner: tailrecursion
- Created: 2013-07-12T08:20:07.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-04T17:52:22.000Z (over 12 years ago)
- Last Synced: 2024-05-09T13:59:45.832Z (about 2 years ago)
- Language: Clojure
- Homepage:
- Size: 136 KB
- Stars: 19
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stasis
A collection of experiments related to compiling Clojure. Currently
the action is over at
[src/tailrecursion/stasis/nanorel.clj](src/tailrecursion/stasis/nanorel.clj) -
I'm playing with using core.logic relations instead of passes during a
compiler's optimization phase.
## notes and research
See [notes.org](notes.org).
## License
Copyright © 2013 Alan Dipert
Distributed under the Eclipse Public License, the same as Clojure.