002型航母会是什么样?排水量增至8万吨 弹射起飞
Appearance
百度 中国环境监测总站预计,29日前后,受可能的冷空气和区域性降水影响,污染形势有望自北向南逐步改善。
The implementation-dependent features which exist on most implementations but not a part of ANSI Common Lisp standard.
Since there are no agreed upon interfaces to these facilities, each implementation does these things differently. To make things simpler for the user, oftentimes compatibility packages are maintained to provide a standard interface.
- Debugging - debugging Lisp systems
- OS - communicating with the underlying OS (shell access, etc.)
- Streams - user-defined streams (a.k.a. Gray Streams)
- Sockets - using sockets (using IOLib)
- MOP - Meta Object Protocol (using closer-mop)
- FFI - Foreign Function interface (using CFFI compatibility layer)
- Threads - writing multi-threaded programs (using bordeaux-threads)
- User Control of GC - opening the black box of the Garbage Collector (using trivial-garbage)
- CLX — X Window Programming in Common Lisp