Fishkill is a minimalist functional programming
language. It is based entirely on pattern matching
of function arguments. There is only a single data
type with arbitrary constructors and values.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release removes the IO monad functions again.
There is now a command line switch to turn off
pretty printing. Two more example programs were
added.
This release fixes a brown paper bag error in the implementation of the foldl library function. The arguments of the inner function call were reversed.
This release adds command line switches to the interpreter that allow you to directly evaluate an expression and to run a program without loading the standard library.