Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CMS in functional programming language [closed]

Are there any CMS'es, written in functonal programming languages (lisp, haskell, f#/nemerle, scala, erlang, clojure, smalltalk) already?

like image 447
George Avatar asked Oct 13 '09 11:10

George


People also ask

Is CMS a programming language?

It is a software application or a set of programs that are used to create and manage digital content. It provides capabilities for multiple users with different permission levels to manage web pages. In the present-day programming market, the field of CMS is completely chock-full.

Is functional programming language still used?

Functional programming has historically been less popular than imperative programming, but many functional languages are seeing use today in industry and education, including Common Lisp, Scheme, Clojure, Wolfram Language, Racket, Erlang, Elixir, OCaml, Haskell, and F#.

Is functional programming good for machine learning?

Clojure is a functional programming language that's really good at two things: concurrency and data processing. Fortunately for us, both of those things are incredibly useful for machine learning.

Is functional programming good for AI?

In particular, different programming languages make some things easier and others more difficult. FP is good for AI because FP languages tend to be problem oriented; whereas languages like C and Java tend to representation oriented (they pay a lot of attention to the representation of data).


2 Answers

The wonderful gitit wiki is written in Haskell: http://gitit.net It uses darcs or git as a storage layer. The darcs wiki runs on gitit, http://wiki.darcs.net/

like image 146
Don Stewart Avatar answered Oct 03 '22 17:10

Don Stewart


Zotonic looks promising (in Erlang)

like image 43
sbellef Avatar answered Oct 03 '22 17:10

sbellef