]> scripts.mit.edu Git - www/ikiwiki.git/commitdiff
Perl plugins for a Haskell program?
authorJoshTriplett <JoshTriplett@web>
Fri, 10 Feb 2012 16:43:29 +0000 (12:43 -0400)
committeradmin <admin@branchable.com>
Fri, 10 Feb 2012 16:43:29 +0000 (12:43 -0400)
doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn

index b6495194a4ab736565acee8b3464ad508c04ae09..e19ceaa8faab4f9b60d4fb6b3f2c96d418d4b176 100644 (file)
@@ -55,3 +55,7 @@ href="http://jaspervdj.be/hakyll">Hakyll</a>?
 >> dependency stuff. -- [[tychoish]]
 
 >>> (nods) Which is why I suggested it.  I'm not sure whether it would be easier to "bolt on" those things than static compilation, but it could be worth looking at, at least. -- [[KathrynAndersen]]
+
+-----
+
+Rather than coding plugins for the Perl ikiwiki in Haskell, I wonder how easily a Haskell ikiwiki could still support plugins written in Perl? The (old and apparently stale) [HsPerl5](http://hackage.haskell.org/package/HsPerl5) package might provide a helpful starting point there. -- [[JoshTriplett]]