Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Kilo LISP

< >

Kilo LISP is a programming language created in 2019 by Nils M Holm.

#2100on PLDB 5Years Old
HomepageDocs

Kilo LISP is a small interpreter for purely symbolic LISP. Its source consists of 25K bytes of comprehensible code (20KB C, 5KB LISP) and it runs in 64K bytes of memory. None the less it offers: lexical scoping, tail call elimination, macros, quasiquotation, variable-argument functions, constant-space garbage collection, image files, keyboard interrupt handling


Example from the web:
((a . b) . c) (a . (b . c)) ((a . b) . (c . d))

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0