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.
Mit diesem Release werden die IO Monade Funktionen wieder. Es gibt jetzt ein Kommandozeilen-Schalter zum Ausschalten ziemlich Druck. Zwei weitere Beispiel-Programme wurden hinzugefügt.
Tags:
Minor feature enhancements
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.
Diese Version behebt eine braune Papiertüte Fehler in der Umsetzung der foldl Library-Funktion. Die Argumente der inneren Funktion aufrufen waren vertauscht.
Tags:
Major bugfixes
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.
Diese Veröffentlichung fügt Befehlszeilenoptionen an den Interpreter, der den direkten Ausdruck zu bewerten und zu einem Programm, ohne das Laden der Standard-Bibliothek auszuführen.
Tags:
Minor feature enhancements
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.