Kernel

From Esolang
Jump to navigation Jump to search
Kernel
Designed by John N. Shutt
Appeared in 2009
Computational class Unknown
Reference implementation Unimplemented
Influenced by Lisp
File extension(s) {{{files}}}
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

Kernel is a conservative, Scheme-like dialect of Lisp in which everything is a first-class object. Unlike the typical Lisp, which maps to lambda calculus and uses S-exprs, Kernel maps to vau calculus and uses F-exprs.

External links