aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorhttp://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web>2012-01-29 05:34:45 -0400
committeradmin <admin@branchable.com>2012-01-29 05:34:45 -0400
commit2b05dc69265b4a902ea46705707e005beb2a7c47 (patch)
treeaad09478cd65a0fab59011c39f84a8a3df4491c2 /doc/todo
parentc6b5d3a8c9b2002575e10f0030c3476588ccb782 (diff)
downloadikiwiki-2b05dc69265b4a902ea46705707e005beb2a7c47.tar
ikiwiki-2b05dc69265b4a902ea46705707e005beb2a7c47.tar.gz
comment about Haskell
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn b/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn
index 1edebe4e8..d8e0e3eea 100644
--- a/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn
+++ b/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn
@@ -12,3 +12,10 @@ Congratulations for demonstrating that April fools jokes can still be subtle
>>> It doesn't really. I recently (re-)read about couchdb and thought that
>>> what it was trying to do had some comparisons with the thinking going on
>>> in [[todo/structured_page_data]]. -- [[Jon]]
+
+-----
+
+I'm torn about this idea, if it's actually serious. I'm very comfortable programming in Perl, and have written quite a few modules for IkiWiki, and it would be a huge pain to have to start from scratch all over again.
+On the other hand, this could be a motivation for me to learn Haskell. My only encounter with Haskell has been a brief time when I was using the Xmonad window manager, but it looks like an interesting language. Functional programming is cool.
+
+--[[KathrynAndersen]]