My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 10
cl-op is a partial application and partial evaluation library for Common Lisp inspired by [http://people.csail.mit.edu/jrb/goo/manual.46/goomanual_15.html#17 Goo's op function] and [http://srfi.schemers.org/srfi-26/srfi-26.html SRFI 26 (Notation for Specializing Parameters without Currying)]. = ...
MaLeCoLi (MAchine LEarning in COmmon LIsp) is a framework for Machine Learning in Common Lisp.
Roguelike style battle
=Remember The Milk API Kit for Common Lisp= ==Summary== This API Kit allows easy access to the exposed interfaces of Remember The Milk (provided that you have your own API Key). It is intended to be used in either desktop or web-based applications. Note that this project is intended solely...
---- _Mistakes are the portals of discovery._ James Joyce (1882-1941) ---- A metabolic network is defined as the set of biochemical reactions that the enzymes coded for in an organism's genome are capable of catalyzing. When the network of an organism is derived from pathway databases, it needs...
[http://jacolib.googlecode.com/svn/wiki/jacolib.png] JaCoLiB (JAva COmmon LIsp Bridge) is a framework for allowing Java and Common Lisp to interoperate based on JSON-like RPC over TCP/IP sockets (see [Architecture] for details). JaCoLiB consists of a common lisp package, a java library, and a ...
trivial-irc is a (very) trivial IRC client library. It has no facilities for CTCP, and only very simple facilities for receiving, handling and sending messages. It might evolve over time, and it's my intention to keep the current API available, and to keep it asdf-installable. It has been tested ...
Abstract Tables is a library that allows you to access sources of records by specifying a URI which describes both the location of and the encoding of the table of data. The library provides a vfs-like abstraction layer over tables of records. It makes it easy for your application to support this ...
A modified implementation of [http://www.cliki.net/CL-ZEROCONF CL-Zeroconf]. It uses CFFI instead of UFFI. Requirements: * [http://common-lisp.net/project/cffi/ CFFI] * [http://www.cliki.net/s-sysdeps s-sysdeps]
The current cl-soap package is not handling complicated wsdl files and has no support for automatic lisp interface generation from the wsdl description. This is my experimental tree before tested changes can go upstream into the official tree at [http://common-lisp.net/project/cl-soap] Note that...