>>21
The Right Thing OS is better:
* Nearly-entirely made of Common Lisp with bits of C.
* Each program is a package and IPC is done with function calls.
* Data file interfaces are standardized for the entire system and transparently used by programs through dynamic binding.
* Symbolic Graphics System: provides access to OpenGL 4.2 and generic shader capabilities through a flow-based extension to Common Lisp.
* ERhOTacISM: an audio subsystem working in a bus-like way. Each process give constraints about when and how it wants the buffer to be presented and the ERhOTacISM server attempts to satisfies them as much as possible. The key idea is that mixing is done directly by the process when writing into the mapped buffer. A process can also, for instance, ask to be the last in the chain and apply special effects.
* Magical Web Spiral Berners-lee: a Common Lisp port of Valeat Res Magis which translates potentially malformed HTML and CSS into processable S-expressions.