gdritter repos s-cargot / master Data / SCargot / Scheme / Common.hs
master

Tree @master (Download .tar.gz)

Common.hs @master

37214c7
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
module Data.SCargot.Scheme.Common where

-- Schemes are actually kind of complicated! The goal is to support
-- R[34567]RS pretty fully, and I'm actually 100% happy to try to
-- add R[12]RS support, as well, but that might actually involve
-- hunting down physical copies of the relevant reports.

-- R3RS is dedicated to the memory of Algol-60, so I might have
-- to dedicate this to the memory of R(<6)RS.