Measures Concepts
GitHub icon

kilo-lisp

kilo-lisp - Programming language

< >

kilo-lisp is a programming language created in 2019.

#2958on PLDB 5Years Old

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))

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout