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

GitHub

75 stars
6 watching
21 forks
Language: Haskell
last commit: over 12 years ago

Related projects:

Repository Description Stars
justinethier/husk-scheme A Haskell implementation of the Scheme programming language with advanced features and a minimalist design philosophy. 308
mstksg/auto Provides a declarative API for creating discrete-step, locally stateful interactive programs and automations 180
syocy/a-tour-of-go-in-haskell A Haskell adaptation of Go's concurrency tutorial 130
pollrobots/scheme An interpreter for a Scheme programming language implemented in WebAssembly 171
denisshevchenko/ohaskell.guide A comprehensive guide to the Haskell programming language 261
y-taka-23/learn-you-a-frege A Frege implementation of Haskell examples in a tutorial format 51
dwayne/haskell-programming Collects notes and solutions to exercises from the book 'Haskell Programming from first principles' 95
runtimeverification/haskell-backend Symbolic execution engine powering the K Framework 212
lettier/parsing-with-haskell-parser-combinators An in-depth guide to parsing using Haskell's parser combinator technology 92
haskell/binary Efficient serialisation of values to and from lazy ByteStrings in Haskell. 106
udem-dlteam/ribbit A portable Scheme implementation with R4RS compliance and compactness. 488
zhaskell/stdio A Haskell toolkit providing standardized input/output functions powered by libuv 104
recursion-schemes/recursion-schemes Provides higher-order functions for abstracting common recursion patterns in Haskell 337
turbopape/scheje A Scheme implementation on top of Clojure. 145
jeffbezanson/femtolisp A lightweight Scheme-like implementation with a focus on speed and conciseness. 1,590