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

https://github.com/daquirm/ore


https://github.com/daquirm/ore

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# :mountain_cableway: åre

åre is a tiny compiler from extended/sugared λ-calculus to WebAssembly.

And the [biggest ski-resort in Sweden](https://en.wikipedia.org/wiki/%C3%85re).

### Featuring: :film_projector:

* SKI-conversion via bracket abstraction (basic algorithm from *Combinatory Logic* by Curry and Feys)
* SECD-like stack machine, but simplified for SKI

### Possible Future Experiments 🧪

* Garbage collection
* Type checking and inference
* Self-hosting
* Performance analysis