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

cl-cookieproject

67
Stars
7
Forks
Watchers

Generate a ready-to-use Common Lisp project

more-conditions

27
Stars
1
Forks
Watchers

Some general condition classes and signalling helpers

forth-metacompiler

38
Stars
13
Forks
Watchers

Forth metacompiler written in Lisp, for bootstrapping

breeze

18
Stars
2
Forks
Watchers

Experiments on workflow with common lisp

cl-cookieweb

33
Stars
3
Forks
Watchers

Cookiecutter template to start a web project.

cl-readline

38
Stars
8
Forks
Watchers

Common Lisp bindings to the GNU Readline library

colisper

21
Stars
0
Forks
Watchers

Check and transform Lisp code with Comby (beta)

demo-web-live-reload

25
Stars
4
Forks
Watchers

Stating the obvious: using the REPL to live-reload a running website

fuzzy-match

22
Stars
1
Forks
Watchers

Fuzzy match candidates from an input string.

lisp-maintainers

36
Stars
1
Forks
Watchers

Common Lisp developers you can support.