Index
Module: CSV
Functions for parsing CSV files.
make-row-parser parse-string parse-file list->row list->csvModule: functional
Various utilities to facilitate functional methods. Requires util.lsp.
match-bind match-let match-case match-cond if-match match-with with-matchModule: generics
Provides generic functions for newLISP. Requires the util module.
define-methodModule: Http
A bare-bones HTTP 1.0 library.
parse-request format-response format-requestModule: Json
JSON parser and encoder; requires util.lsp.
lisp->json json->lispModule: locks
Locking primitives to safely share memory between newLISP processes.
getpid Lock acquire release with-lock-held RLockModule: memcached
Interface to libmemcached (http://tangent.org/552/libmemcached.html)
init disconnect add-server result set-key get-key get-keysModule: Mysql
MySQL database extensions. Requires mysql module and util.lsp.
Mysql operate connect disconnect reconnect queryModule: nlmod
Load modules with dependency processing.
push-path append-path read-dependencies add-deps load-module load-modules reload-moduleModule: Profiler
Profiles applications to help identify bottlenecks.
reset-functions reset-statistics report profiled-function profile-functions profile-contextModule: Request
Request module to replace input functions in the standard CGI module.
method get? post? get post cookies cookie? segmentsModule: Response
Response module to replace output functions in the standard CGI module.
write header header? headers set-cookie delete-cookie cookie-set? Response redirect not-found errorModule: SocketServer
Generic, extensible socket server using net-select.
serve set-handlerModule: sql
Provides function to programmatically write SQL statements. Requires util.lsp, generics.lsp, and functional.lsp.
serialize Token Condition ConditionGroup Function Field Fieldset Table Join JoinGroup token expr from where having field select insert update delete datetime->sql timestamp->sql sql->datetime sql->timestampModule: util
Various functions that the other libraries depend on.
type-of gensym assoc? get-assoc slot-value with-slots fmap dict-keys dokeysModule: XML
Parsing and serializing of XML data.
entities lisp->xml xml->lispModule: Xmlrpc-server
A simple XML-RPC server.
add-to-registry run-server- ∂ -
Artful Code
generated with newLISP and newLISPdoc