aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoshTriplett <JoshTriplett@web>2012-02-10 12:43:29 -0400
committeradmin <admin@branchable.com>2012-02-10 12:43:29 -0400
commitf1cee65538923b832cdebfabfd41e9f2cbbc1491 (patch)
tree5868e0181a455cc7e9289fdb2600e818bc82b199 /doc
parent63494cff898427a5bbe1b044a4600ba46c368c8e (diff)
downloadikiwiki-f1cee65538923b832cdebfabfd41e9f2cbbc1491.tar
ikiwiki-f1cee65538923b832cdebfabfd41e9f2cbbc1491.tar.gz
Perl plugins for a Haskell program?
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn b/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn
index b6495194a..e19ceaa8f 100644
--- a/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn
+++ b/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn
@@ -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]]