Common Lisp/Beyond ANSI Common Lisp

From Wikibooks, the open-content textbooks collection

< Common Lisp(Redirected from Programming:Common Lisp/Beyond ANSI Common Lisp)
Jump to: navigation, search

The implementation-dependent features which exist on most implementations but not a part of ANSI Common Lisp standard.

  1. OS - communicating with the underlying OS (shell access, etc.)
  2. Streams - user-defined streams (a.k.a. Gray Streams)
  3. Sockets - using sockets in various implementations
  4. MOP - Meta Object Protocol
  5. FFI - Foreign Function interface (using CFFI compatibility layer)
  6. Threads - writing multi-threaded programs
Personal tools
Create a book
  • Add wiki page
  • Collections help