Index



Module: CSV

Functions for parsing CSV files.

make-row-parser    parse-string    parse-file    list->row    list->csv   

Module: functional

Various utilities to facilitate functional methods. Requires util.lsp.

match-bind    match-let    match-case    match-cond    if-match    match-with    with-match   

Module: generics

Provides generic functions for newLISP. Requires the util module.

define-method   

Module: Http

A bare-bones HTTP 1.0 library.

parse-request    format-response    format-request   

Module: Json

JSON parser and encoder; requires util.lsp.

lisp->json    json->lisp   

Module: locks

Locking primitives to safely share memory between newLISP processes.

getpid    Lock    acquire    release    with-lock-held    RLock   

Module: memcached

Interface to libmemcached (http://tangent.org/552/libmemcached.html)

init    disconnect    add-server    result    set-key    get-key    get-keys   

Module: Mysql

MySQL database extensions. Requires mysql module and util.lsp.

Mysql    operate    connect    disconnect    reconnect    query   

Module: nlmod

Load modules with dependency processing.

push-path    append-path    read-dependencies    add-deps    load-module    load-modules    reload-module   

Module: Profiler

Profiles applications to help identify bottlenecks.

reset-functions    reset-statistics    report    profiled-function    profile-functions    profile-context   

Module: Request

Request module to replace input functions in the standard CGI module.

method    get?    post?    get    post    cookies    cookie?    segments   

Module: 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    error   

Module: SocketServer

Generic, extensible socket server using net-select.

serve    set-handler   

Module: 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->timestamp   

Module: util

Various functions that the other libraries depend on.

type-of    gensym    assoc?    get-assoc    slot-value    with-slots    fmap    dict-keys    dokeys   

Module: XML

Parsing and serializing of XML data.

entities    lisp->xml    xml->lisp   

Module: Xmlrpc-server

A simple XML-RPC server.

add-to-registry    run-server   

- ∂ -

Artful Code

generated with newLISP  and newLISPdoc
eXTReMe Tracker