Common Lisp/Beyond ANSI Common Lisp
From Wikibooks, the open-content textbooks collection
< Common Lisp(Redirected from Programming:Common Lisp/Beyond ANSI Common Lisp)
The implementation-dependent features which exist on most implementations but not a part of ANSI Common Lisp standard.
- OS - communicating with the underlying OS (shell access, etc.)
- Streams - user-defined streams (a.k.a. Gray Streams)
- Sockets - using sockets in various implementations
- MOP - Meta Object Protocol
- FFI - Foreign Function interface (using CFFI compatibility layer)
- Threads - writing multi-threaded programs

