Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Unfortunately my answer will be very partial. I hope other people will know more about this topic.</p> <p>Some subaspects of content management have surely been implemented in Haskell:</p> <ul> <li>I heard about a wiki system implemented in Haskell: <a href="http://www.flippac.org/projects/flippi/" rel="nofollow noreferrer">Flippi</a>. As far as I know, it stayed very minimal, and its maintenance has been discontinued. Haskell wiki is <strong>not</strong> maintained with it.</li> <li>As for version control, the Haskell-implemented, quantum-mechanics-inspired <a href="http://darcs.net/" rel="nofollow noreferrer">darcs</a> proved to be successful, and its maintenance is still alive and active.</li> </ul> <p>Some more information about wikis and content management systems implemented in Haskell can be found <a href="http://www.haskell.org/haskellwiki/Applications_and_libraries/Web_programming#Wikis" rel="nofollow noreferrer">here on Haskell wiki</a>. There are several attempts for wikis. Two links provided for data management systems (Halipeto and Hope) are broken, but they can be retrieved by <a href="http://www.cs.chalmers.se/~bringert/darcs/hope/" rel="nofollow noreferrer">archive.org</a>'s "way-back machine". Still, <a href="http://www.cs.chalmers.se/~bringert/darcs/hope/" rel="nofollow noreferrer">Hope's darcs repo is available directly</a>, you can check it out by:</p> <p><strong><code>darcs get --partial <a href="http://www.cs.chalmers.se/~bringert/darcs/hope/" rel="nofollow noreferrer">http://www.cs.chalmers.se/~bringert/darcs/hope/</a></code></strong></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload