The Iphigeneia Programming Language
iphi
Version: 1.0
Revision : 2011.1010
Download
Latest: | iphi-1.0-2011.1010.zip |
| iphi-1.0-2010.0721.zip | |
| iphi-2007.1125.zip |
Requirements
- To run: Haskell 98
- To test: Falderal
Description
Iphigeneia is a toy programming language which contains features from both
imperative programming (assignments to mutable variables, while loops,)
and functional programming (immutable name bindings,
Scheme-style "named let" loops.)
It was originally intended as a testbed for
algorithms that convert programs between the two forms.