开发者

Open source projects written in a functional programming language [closed]

开发者 https://www.devze.com 2023-01-02 05:58 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
开发者_如何学C

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

Are there any open source projects out there that are written in a functional programming language and that people can contribute on? I am trying to increase my area of expertise to a functional programming language and I think contributing to a project might be the way to go. Maybe some OCaml or Lisp projects?


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'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


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.


Most of EMACS is written in elisp.


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消