Factor Language Blog

Weblog software in Factor

Tuesday, December 19, 2006

Matthew Willis has been working on a weblog implemented in Factor. He’s using the following libraries:

  • /libs/httpd/ to serve pages
  • /libs/furnace/ for action handling and templating
  • /libs/tupledb/ for O/R mapping
  • /libs/sqlite/ for persistence