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

clus-data

45
Stars
8
Forks
Watchers

Data for Common Lisp UltraSpec - http://phoe.tymoon.eu/clus/

cl-ptrace

51
Stars
1
Forks
Watchers

live process hacking - lisp bindings to ptrace()

common-lisp-snippets

42
Stars
8
Forks
Watchers

Yasnippets for Common Lisp

anaphora

45
Stars
5
Forks
Watchers

The anaphoric macro collection from Hell

cl-sdl2-tutorial

75
Stars
16
Forks
Watchers

SDL2 examples in Common Lisp based on Lazy Foo tutorials.

awesome-cl-software

316
Stars
18
Forks
Watchers

List of awesome application software built with Common Lisp

cl-gserver

194
Stars
15
Forks
Watchers

Sento - Actor framework featuring actors and agents for easy access to state and asynchronous operations.

emacs4cl

362
Stars
20
Forks
Watchers

A tiny DIY kit to set up vanilla Emacs for Common Lisp programming

biohacker

42
Stars
8
Forks
Watchers

debugging biological networks to reach coherence, completeness and consistency

cl-dot

34
Stars
16
Forks
Watchers

Common Lisp package for generating GraphViz (dot) files