Of course various libraries for functional languages are also generally written in the respective language. So you can find a lot of projects on the language's "library hub". For example for haskell there's hackage, which is full of open source haskell projects.
A few of the popular NoSQL databases are written in Erlang (if you consider that to be a functional language, that is), including CouchDB and Riak. Both are open-source, and both still under active development.
Ejabberd written by Erlang seems to be a chat server that is mature and active.(as @skaffman said, if you consider Erlang as a functional programming language).
发布评论
评论(6)
MLdonkey 是用 OCaml 编写的。
当然,函数式语言的各种库通常也是用各自的语言编写的。所以你可以在该语言的“库中心”上找到很多项目。例如,对于 haskell,有 hackage,其中充满了开源 haskell 项目。
MLdonkey is written in OCaml.
Of course various libraries for functional languages are also generally written in the respective language. So you can find a lot of projects on the language's "library hub". For example for haskell there's hackage, which is full of open source haskell projects.
SourceForge 的项目编写于:
OCaml (187)
Lisp (436)
Common Lisp (111)
Erlang (110)
SourceForge's projects written on:
OCaml (187)
Lisp (436)
Common Lisp (111)
Erlang (110)
http://github.com/languages/OCaml
http://github.com/languages/Common%20Lisp
http://github.com/languages/Erlang
http://github.com/languages/OCaml
http://github.com/languages/Common%20Lisp
http://github.com/languages/Erlang
一些流行的 NoSQL 数据库是用 Erlang 编写的(如果您认为这是一种函数式语言),包括 CouchDB 和 Riak。两者都是开源的,并且仍在积极开发中。
A few of the popular NoSQL databases are written in Erlang (if you consider that to be a functional language, that is), including CouchDB and Riak. Both are open-source, and both still under active development.
大部分 EMACS 是用 elisp 编写的。
Most of EMACS is written in elisp.
Erlang编写的Ejabberd似乎是一个成熟且活跃的聊天服务器。(正如@skaffman所说,如果您将 Erlang 视为一种函数式编程语言)。
Ejabberd written by Erlang seems to be a chat server that is mature and active.(as @skaffman said, if you consider Erlang as a functional programming language).