foriequal0 / scheme

A Haskell implementation of Scheme interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scheme

Build Status Gitter

An implementation of Scheme interpreter in Haskell. Scheme is derived from Write Yourself a Scheme in 48 Hours: https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours

Build

$ stack build

Run

$ stack exec schemei

Contributors

The following people have contributed patches to Scheme, in alphabetical order:

  • Jeong Yong-uk
  • Jun
  • Kim, Young Soo
  • Kwang Yul Seo
  • murmur76
  • ParkJuhyeong
  • SeongChan Lee

About

A Haskell implementation of Scheme interpreter

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 87.1%Language:Scheme 12.9%