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

CLISP

< >

CLISP is an open source programming language created in 1973.

#1096on PLDB 51Years Old
REPL · Try It Online · Wikipedia

In computing, CLISP is an implementation of the programming language Common Lisp originally developed by Bruno Haible and Michael Stoll for the Atari ST. Today it supports the Unix and Microsoft Windows operating systems. CLISP includes an interpreter, a bytecode compiler, debugger, socket interface, high-level foreign language interface, strong internationalization support, and two object systems: Common Lisp Object System (CLOS) and metaobject protocol (MOP). Read more on Wikipedia...


Example from hello-world:
(write-line "Hello World")

Language features

Feature Supported Example Token
Strings ✓ "Hello world" "
Print() Debugging ✓ write-line
- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements · Part of the World Wide Scroll