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-cookbook

903
Stars
136
Forks
Watchers

The Common Lisp Cookbook

snek

738
Stars
47
Forks
Watchers

See https://github.com/inconvergent/weir instead

klipse

3.1k
Stars
153
Forks
Watchers

Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs.

pgloader

5.1k
Stars
528
Forks
Watchers

Migrate to PostgreSQL in a single command!

lispy

1.2k
Stars
129
Forks
Watchers

Short and sweet LISP editing

emax64

316
Stars
17
Forks
Watchers

64-bit Emacs for Windows with ImageMagick 7

portacle

685
Stars
55
Forks
Watchers

A portable common lisp development environment

lisp-chat

171
Stars
15
Forks
Watchers

An experimental minimal chat written in Common Lisp

sdl2-examples

313
Stars
39
Forks
Watchers

SDL2 examples, for 25+ different programming languages

lem

2.1k
Stars
156
Forks
Watchers

Common Lisp editor/IDE with high expansibility