newLISP modules
Posted: Tue Jul 08, 2008 12:52 pm
				
				I've started documenting and adding my newlisp modules to their own index on Artful Code, including a Mysql class that wraps the MySQL module and allows you to use it with FOOP.  Everything that I have added so far may be found here:
http://static.artfulcode.net/newlisp/
The current modules are Mysql, generics (generic methods for newLISP in the style of common lisp), socketserver (a generic, extensible socket-based server), and a general utility library that my other modules typically depend on. The utility library includes a type-of function that can handle FOOP objects and a gensym function which will create a unique symbol at runtime when needed (and is used in Mysql to replicate the MySQL module to allow multiple, simultaneous instances/connections).
			http://static.artfulcode.net/newlisp/
The current modules are Mysql, generics (generic methods for newLISP in the style of common lisp), socketserver (a generic, extensible socket-based server), and a general utility library that my other modules typically depend on. The utility library includes a type-of function that can handle FOOP objects and a gensym function which will create a unique symbol at runtime when needed (and is used in Mysql to replicate the MySQL module to allow multiple, simultaneous instances/connections).