Write-Yourself-A-Scheme-In-48-Hours
Scheme interpreter implementation
Haskell solutions to a tutorial on writing a Scheme interpreter in 48 hours
My solutions to the popular Haskell tutorial
75 stars
6 watching
21 forks
Language: Haskell
last commit: over 13 years ago Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A Haskell implementation of the Scheme programming language with advanced features and a minimalist design philosophy. | 309 |
| | Provides a declarative API for creating discrete-step, locally stateful interactive programs and automations | 180 |
| | A Haskell adaptation of Go's concurrency tutorial | 130 |
| | An interpreter for a Scheme programming language implemented in WebAssembly | 171 |
| | A comprehensive guide to the Haskell programming language | 263 |
| | A Frege implementation of Haskell examples in a tutorial format | 51 |
| | Collects notes and solutions to exercises from the book 'Haskell Programming from first principles' | 95 |
| | Symbolic execution engine powering the K Framework | 212 |
| | An in-depth guide to parsing using Haskell's parser combinator technology | 93 |
| | Efficient serialisation of values to and from lazy ByteStrings in Haskell. | 109 |
| | A portable Scheme implementation with R4RS compliance and compactness. | 491 |
| | A Haskell toolkit providing standardized input/output functions powered by libuv | 104 |
| | Provides higher-order functions for abstracting common recursion patterns in Haskell | 339 |
| | A Scheme implementation on top of Clojure. | 145 |
| | A lightweight Scheme-like implementation with a focus on speed and conciseness. | 1,587 |