https://github.com/nameoverflow/littlescheme
Scheme (subset) interpreter implemented in Haskell
https://github.com/nameoverflow/littlescheme
Last synced: 3 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T09:23:17.000Z (about 8 years ago)
- Last Synced: 2025-02-01T12:28:57.797Z (5 months ago)
- Language: Haskell
- Homepage:
- Size: 46.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- 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