https://github.com/davidlee18/minihaskell
a little, functional, and lazy language
https://github.com/davidlee18/minihaskell
functional-programming lazy programming-language
Last synced: 5 days ago
JSON representation
a little, functional, and lazy language
- Host: GitHub
- URL: https://github.com/davidlee18/minihaskell
- Owner: DavidLee18
- License: mit
- Created: 2024-12-21T11:10:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-25T10:26:54.000Z (5 months ago)
- Last Synced: 2025-08-25T12:34:51.082Z (5 months ago)
- Topics: functional-programming, lazy, programming-language
- Language: Rust
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# miniHaskell
a little, functional, and lazy language
based on a paper: "Implementing Functional Languages: a tutorial",
by Simon L. Peyton Jones (Department of Computing Science, University of Glasgow),
and David R. Lester (Department of Computer Science, University of Manchester)
March 23, 2000