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

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

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.