phasedchirp / scheming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scheming

Working through "Write Yourself a Scheme in 48 Hours" in Haskell and Rust. Only the Haskell version is currently active.

Current state of each version:

  • Haskell: Parses input, has REPL which allows variable assignment and user-defined functions. Some IO implemented but not yet carefully tested.
  • Rust: Basic types, some input parsing.

About


Languages

Language:Haskell 95.5%Language:Rust 4.5%