Download List

项目描述

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.

系统要求

System requirement is not defined
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.

2009-01-05 01:53
013

此版本修正了错误可能的内存损坏时,- e和- n命令行开关一起使用。
标签: Minor bugfixes
This release fixes a possible memory corruption
bug when the -e and -n command line switches are
used together.

2007-09-11 22:55
012

此版本增加了一个测试套件,可以用来检查口译和标准库。
标签: Minor feature enhancements
This release adds a test suite that can be used to check the interpreter and standard library.

2007-05-17 14:01
011

此版本的IO单子删除功能了。现在有一个命令行开关来关闭漂亮的印刷。两个示例程序增加了。
标签: 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.

2007-03-28 20:27
010

此版本修正了牛皮纸在foldl库函数执行包错误。的内部函数调用的参数被推翻。
标签: 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.

2007-03-26 19:19
009

此版本增加了命令行开关来解释,使您可以直接计算表达式和运行,而无需装载标准库的程序。
标签: 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.

Project Resources