Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samuelschlesinger/lispish

This is a weird lil language I wrote a parser and evaluator for
https://github.com/samuelschlesinger/lispish

Last synced: 20 days ago
JSON representation

This is a weird lil language I wrote a parser and evaluator for

Awesome Lists containing this project

README

        

Lispish language... Here are the facts.

0. There is no specification

1. Programs consist of a series of top level definitions

2. There's a funky hack that will automatically curry things for you

3. You can include other files via "include = (...)"

4. Numbers and booleans are encoded in the lambda calculus.

5. It is bound to be incredibly slow on trivial programs.

6. I'm having a lot of fun playing with this.

If you want an example you can look in the Prelude.