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

euler-lisp-helpers

5
Stars
0
Forks
Watchers

➕➖✖️➗ Functions that are useful for solving Project Euler problems with Common Lisp.

cl-raylib

131
Stars
19
Forks
Watchers

Common Lisp binding of raylib

cl-bcrypt

8
Stars
1
Forks
Watchers

Common Lisp system for parsing and generating bcrypt password hashes

cl-covid19

58
Stars
1
Forks
Watchers

Explore COVID-19 data with Common Lisp, gnuplot, SQL and Grafana

cl-migratum

42
Stars
5
Forks
Watchers

Database Schema Migration System for Common Lisp

cl-rfc4251

11
Stars
2
Forks
Watchers

Common Lisp library for encoding and decoding RFC 4251 compliant data

cl-ssh-keys

20
Stars
0
Forks
Watchers

Common Lisp system for generating and parsing of OpenSSH keys

cl-wol

13
Stars
0
Forks
Watchers

Wake on LAN (WoL) system for Common Lisp

CLisp-Cheat-Sheet

7
Stars
4
Forks
Watchers

A cheat sheet providing Common Lisp basics

cl-skkserv

23
Stars
0
Forks
Watchers

Common LispによるSKK辞書サーバーとその拡張