Ganymede: An Io interpreter in Haskell.

[ bsd3, language, program ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1, 0.0.0.4, 0.0.0.5
Dependencies base (>=3 && <5), containers, directory, filepath, mtl, parsec (>=3 && <4), transformers (>=0.2 && <0.3) [details]
License BSD-3-Clause
Author Walt "BMeph" Rorie-Baety
Maintainer black.meph@gmail.com
Category Language
Home page https://github.com/BMeph/Ganymede
Uploaded by WaltBaety at 2011-04-18T00:52:21Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables ganymede
Downloads 2843 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-10-25 [all 15 reports]

Readme for Ganymede-0.0.0.5

[back to package description]
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.