Next: , Up: Common Lisp Open Code Collection (CCLOS)   [Contents][Index]


3.17.1 Port

This package provides a platform-independent interface to various features absent from the ANSI Common Lisp standard, such as sockets, shell, Gray streams etc. The implementation-specific things, like loads of ‘#+/#-’, are hidden from the user.

PORT is now a part of CLOCC (in src/port), and, as such, is accessible via anonymous CVS and FTP, as explained on the CLOCC homepage. PORT uses mk:defsystem, which is a part of CLOCC too.