Common.hs 408 B

123456789
  1. module Data.SCargot.Scheme.Common where
  2. -- Schemes are actually kind of complicated! The goal is to support
  3. -- R[34567]RS pretty fully, and I'm actually 100% happy to try to
  4. -- add R[12]RS support, as well, but that might actually involve
  5. -- hunting down physical copies of the relevant reports.
  6. -- R3RS is dedicated to the memory of Algol-60, so I might have
  7. -- to dedicate this to the memory of R(<6)RS.