Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nameoverflow/littlescheme
Scheme (subset) interpreter implemented in Haskell
https://github.com/nameoverflow/littlescheme
Last synced: 29 days ago
JSON representation
Scheme (subset) interpreter implemented in Haskell
- Host: GitHub
- URL: https://github.com/nameoverflow/littlescheme
- Owner: nameoverflow
- License: wtfpl
- Created: 2016-07-01T10:19:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T09:23:17.000Z (over 7 years ago)
- Last Synced: 2024-10-16T15:31:02.185Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 46.9 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LittleScheme
A scheme interpreter implements a decent subset of R5RS Scheme.
- Support 4 basic types: `Number`, `Float`, `String`, `Bool`
- Function / lambda
- Basic supporting for variable and environment (`define`/`set!`)
- First-class continuation (`call-with-current-continuation`)
- Numeric and string operation (arithmetic/compare)
## TODO
- Macro
## LICENSE
WTFPL