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

awesome-common-lisp-learning

192
Stars
12
Forks
Watchers

A curated list of awesome Common Lisp learning resources

clog

1.4k
Stars
98
Forks
Watchers

CLOG - The Common Lisp Omnificent GUI

cl-strings

46
Stars
7
Forks
Watchers

A portable, dependency-free set of utilities to manipulate strings in Common Lisp

dufy

43
Stars
4
Forks
Watchers

Colorimetry library for Common Lisp

lisp-riscv-assembler

37
Stars
3
Forks
Watchers

A RISC-V assembler written in Lisp.

nyxt

9.6k
Stars
403
Forks
Watchers

Nyxt - the hacker's browser.

weird

1.6k
Stars
60
Forks
Watchers

Generative art in Common Lisp

sly

1.2k
Stars
138
Forks
Watchers

Sylvester the Cat's Common Lisp IDE

jscl

874
Stars
108
Forks
Watchers

A Lisp-to-JavaScript compiler bootstrapped from Common Lisp