Ganymede

An Io interpreter in Haskell.

https://github.com/BMeph/Ganymede

Latest on Hackage:0.0.0.5

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Walt "BMeph" Rorie-Baety
Maintained by [email protected]

Ganymede is an Io interpreter, originally based on Martin ""vague"" Sandin's Amalthea, which is an Io interpreter written in OCaml. There are some differences since Amalthea is based on the description of Io found in Raphael Finkel's 1996 book "Advanced Programming Language Design" (APLD), whereas Ganymede is more faithful to Raph Levien's original 1989 paper.