/yScheme

Learning project into creating a Scheme

Primary LanguageHaskell

yScheme

Educational programming project following the popular Write Yourself a Scheme Guide

Setting up

Basically, have make and ghc installed, then run

$ make

and then the REPL will be in the executable main.

TODO

List of things that propably should be added:

  • Proper support for floating point numbers (can parse but won't eval)
  • Different numbertypes according to the