Lisp is for building organisms - imposing, breathtaking, dynamic structures built by squads fitting fluctuating myriads of simpler organisms into place. – Alan J. Perils in SICP

  • SBCL (based on the earlier CMUCL) is a “high performance compiler and runtime system for ANSI Common Lisp, it provides an interactive environment including a debugger, a statistical profiler, a code coverage tool, and many other extensions.”
  • Clozure CL aka. CCL “is a free Common Lisp implementation with a long history. Some distinguishing features of the implementation include fast compilation speed, native threads, a precise, generational, compacting garbage collector, and a convenient foreign-function interface.” for x86, x86-64, ppc32, ppc64, armv7l/armv6
  • ASDF (def. system)+ UFFI (foreign function interface)
  • generators
  • genetic prgramming + evolving hardware (from John Koza)
  • lisp.txt
  • Last modified: 2021-04-29 08:46
  • by nik