vote up 1 vote down star
1

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

flag

I know, twitter is running on Scala. – folone Oct 13 at 12:12

7 Answers

vote up 3 vote down check

In OCaml:

link|flag
vote up 2 vote down

Lambdium Light is a CMS written in OCaml with Eliom (Eliom is an extension for the Web server Ocsigen that allows dynamic webpages generation.Ocsigen is also written in OCaml)

link|flag
vote up 2 vote down

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/

link|flag
vote up 1 vote down

Erlang attempt is Wikie.

link|flag
vote up 0 vote down

Unfortunately my answer will be very partial. I hope other people will know more about this topic.

Some subaspects of content management have surely been implemented in Haskell:

  • I heard about a wiki system implemented in Haskell: Flippi. As far as I know, it stayed very minimal, and its maintenance has been discontinued. Haskell wiki is not maintained with it.
  • As for version control, the Haskell-implemented, quantum-mechanics-inspired darcs proved to be successful, and its maintenance is still alive and active.

Some more information about wikis and content management systems implemented in Haskell can be found here on Haskell wiki. There are several attempts for wikis. Two links provided for data management systems (Halipeto and Hope) are broken, but they can be retrieved by archive.org's "way-back machine". Still, Hope's darcs repo is available directly, you can check it out by:

darcs get --partial http://www.cs.chalmers.se/~bringert/darcs/hope/

link|flag
1  
I'd strongly recommend looking at what's on Hackage instead. E.g. gitit and orchid, hackage.haskell.org/package/orchid There's many other up-to-date web libraries there as well. – dons Oct 13 at 16:18
Thank You very much for this information. – physis Oct 13 at 18:27
vote up 0 vote down

Smalltalk has wonderful seaside web-framework, with Dabble DB being one of the most famous users among many other.

link|flag
vote up 0 vote down

Zotonic looks promising (in Erlang)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.