Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/samuelschlesinger/lispish
- Owner: SamuelSchlesinger
- Created: 2016-06-25T02:24:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-25T05:35:13.000Z (over 8 years ago)
- Last Synced: 2024-10-27T19:10:54.276Z (2 months ago)
- Language: Haskell
- Homepage:
- Size: 904 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.