Questions tagged [clocc]

Common Lisp Open Code Collection is a collection of Ready to use Self-contained Portable Free Common Lisp software.

Common Lisp Open Code Collection contains Lisp code for various applications which is:

  • Common Lisp, i.e. runs in ANSI Common Lisp implementations
  • Free Software - according to the Debian Free Software Guidelines (e.g. licensed under GPL, LGPL, MIT or BSD licenses, or public domain)
  • Portable, i.e. should be portable among CL implementations with low effort, and does not require modifications to the CL implementation itself
  • Self-contained, i.e., does not require packages not in this repository
  • Ready to use, i.e., runs out of the box in the Free CL implementations.
2 questions
4
votes
4 answers

How to include "port" package under CLISP in Ubuntu

I'm trying to follow this tutorial: http://cl-cookbook.sourceforge.net/sockets.html And I cannot get it working because of the port package. First the (in-package :port) did not work, it said the package could not be found. So I changed it to…
user67980
0
votes
1 answer

Installing CLOCC & packages

The comment by sds at Saving CLOS objects provides a reference to a Common Lisp Open Code Collection (CLOCC) file (closio.lisp) for printably reading & writing CLOS objects. Instructions for installing the software are at Installation of CLOCC.…
davypough
  • 1,847
  • 11
  • 21