Skip to content
defn edited this page Sep 14, 2010 · 6 revisions

Todo

  1. Setup IRC Bot
    – Setup an IRC bot to continuously update examples in the database in real time, and leverage Licenser’s stupiddb to serialize the updated structure to disk with a delta.
  2. API
    – Build an API such that users can use a small subset of the current repository and not have any sort of local copy of the DB, but can still use a small command line tool or plugin to their editor to retrieve examples from the continuously updated version. JSON?
  3. Refactoring
    – layout.clj needs to be refactored to use enlive and not hiccup.
    – core.clj needs to be broken out into a few files (init.clj, utils.clj, parser.clj, web.clj)
    – docstrings need to be added for functions which do not have any.
Clone this wiki locally