public
Description: a haskell IRC bot
Homepage:
Clone URL: git://github.com/thoughtpolice/infinity.git
infinity / TODO
100644 12 lines (11 sloc) 0.496 kb
1
2
3
4
5
6
7
8
9
10
11
12
in no particular order:
 * Take advantage of Bryan O'Sullivan's bytestringparser
   library, to move internals to ByteStrings for efficiency.
 * Take advantage of network-bytestring as well.
 * Enhance IPluginT monad, most likely by writing our
   own instance for it, rather than letting newtype
   deriving do all the work for us.
 * Plugins. Many more.
 * Write a more proper 'plugin library' that will
   allow controlled access to resources like
   utilities, processes, files and the web.