Common Lisp topic

Common Lisp is a general-purpose programming language in the Lisp language family. Its syntax is defined on top of s-expressions, however it can be extended through the use of reader macros. It supports compile-time meta-programming through the use of macros. It supports the OOP paradigm through the Common Lisp Object System. The API upon which CLOS is implemented is exposed to the programmer so they can extent the object system. This API is referred as the Meta-Object Protocol. There are multiple implementations available: SBCL, which generates fast code, CCL, which compiles code fast, ABCL, which runs on the JVM, JSCL which runs on Node, and the browser, etc.

List Common Lisp repositories

json-streams

20
Stars
2
Forks
Watchers

Common Lisp library for reading and writing JSON.

cl-vulkan

37
Stars
4
Forks
Watchers

Vulkan bindings for Common Lisp.

kommissar

29
Stars
1
Forks
Watchers

browser automation library and tool in Common Lisp on Emacs

cl-tls

53
Stars
7
Forks
Watchers

An implementation of TLS and related specifications in Common Lisp

ftw

60
Stars
9
Forks
Watchers

Common Lisp Win32 GUI library

cl-liballegro

53
Stars
12
Forks
Watchers

Common Lisp bindings and interface to the Allegro 5 game programming library

clingon

116
Stars
6
Forks
Watchers

Command-line options parser system for Common Lisp

shasht

42
Stars
3
Forks
Watchers

Common Lisp JSON reading and writing for the Kzinti.

esrap

72
Stars
12
Forks
Watchers

Common Lisp packrat parser