newLISP modules section
posted on 07/08/08 at 2:49 p.m. | newLISP news releases

I have added a new area to the site specifically for newLISP modules. I am in the process of documenting all of my libraries and adding them to that page. A couple of notable modules:

  1. CSV - a module for parsing CSV files
  2. Mysql - a wrapper for the standard MySQL module, with some helpful additions
  3. Http - a simple, bare-bones HTTP 1.0 library
  4. SocketServer - an extensible socket server framework
  5. Xmlrpc-server - an XML-RPC server using SocketServer and Http
  6. generics - generic functions for newLISP in the style of CLOS
  7. locks - FOOP classes for process synchronization

There is also a utilities library, which contains functions and classes required by the other libraries.

newLISP 9.4.2 is required for several of these (util.lsp requires 9.4.2 due to a dictionary syntax bug in 9.4.1).

Update (2008-07-09): I've moved a few modules from the projects page to the modules page, most notably the request, response, and xml modules.

Technorati Technorati

Post a comment