🇬🇧 Made in United Kingdom

Discover United Kingdom's Leading Open Source Projects: Explore top-notch open source initiatives hailing from the vibrant tech community of United Kingdom.

TOP Common Lisp Projects

1
SquidDev/urn

SquidDev/urn

Yet another Lisp variant which compiles to Lua
Common Lisp
366
star
2
malcolmstill/ulubis

malcolmstill/ulubis

A Wayland compositor written in Common Lisp
Common Lisp
237
star
3
andyhd/asteroids

andyhd/asteroids

Asteroids game in Common Lisp
Common Lisp
112
star
4
keithj/alexandria

keithj/alexandria

Mirror of the Alexandria Common Lisp utility library.
Common Lisp
76
star
5
fjames86/ftw

fjames86/ftw

Common Lisp Win32 GUI library
Common Lisp
59
star
6
alephyud/bel

alephyud/bel

A mirror of Paul Graham's Bel source code and documentation, formatted
Common Lisp
49
star
7
Virtual-Insurance-Products/cldb

Virtual-Insurance-Products/cldb

Common Lisp
44
star
8
sebity/the-invaders

sebity/the-invaders

A remake of the classic game Space Invaders
Common Lisp
41
star
9
dtgoitia/civil-autolisp

dtgoitia/civil-autolisp

AutoLISP and VLISP scripts for civil engineering.
Common Lisp
39
star
10
malcolmstill/cl-wayland

malcolmstill/cl-wayland

Common Lisp bindings for libwayland
Common Lisp
32
star
11
willijar/cl-docutils

willijar/cl-docutils

a Common Lisp implementation of the Docutils text processing system for processing plaintext into presentational formats such as HTML and LaTeX. It is based upon the Python Docutils reference implementation but uses Common Lisp idioms making it easier to extend and more flexible. As with the reference implementation it includes a parser for the reStructured text plaintext markup syntax which is suitable for marking up documentation and for use as user markup for collaborative web sites. It is successfully used to support a higher education peer-review assessment and online tutorial system.
Common Lisp
24
star
12
dpw/pachuco

dpw/pachuco

A compiler for a Lisp dialect
Common Lisp
22
star
13
keithj/cl-sam

keithj/cl-sam

A DNA Sequence Alignment/Map (SAM) library for Common Lisp.
Common Lisp
20
star
14
Olical/conjure-sourcery

Olical/conjure-sourcery

Experimental rewrite of Conjure in Lua via Fennel - success, this is for historical purposes
Common Lisp
20
star
15
fjames86/fsocket

fjames86/fsocket

Yet another socket FFI
Common Lisp
20
star
16
bbc/bbcrd-brirs

bbc/bbcrd-brirs

An impulse response dataset for dynamic data-based auralisation of advanced sound systems
Common Lisp
18
star
17
keithj/cl-genomic

keithj/cl-genomic

A Common Lisp library for processing genomic sequence data.
Common Lisp
17
star
18
sebity/breakout

sebity/breakout

A Remake of the Classic Game Breakout
Common Lisp
16
star
19
fjames86/winhttp

fjames86/winhttp

CFFI bindings to WinHttp
Common Lisp
16
star
20
kmi/irs

kmi/irs

The Internet Reasoning Service
Common Lisp
16
star
21
fjames86/dragons

fjames86/dragons

Common Lisp DNS client
Common Lisp
15
star
22
keithj/cl-tokyo-cabinet

keithj/cl-tokyo-cabinet

Common Lisp interface to Tokyo Cabinet via CFFI.
Common Lisp
14
star
23
fjames86/schannel

fjames86/schannel

Common Lisp Windows SChannel API
Common Lisp
13
star
24
nmunro/cl-tutorials

nmunro/cl-tutorials

Common Lisp
13
star
25
fjames86/packet

fjames86/packet

A simple Common Lisp binary serializer
Common Lisp
13
star
26
fjames86/frpc

fjames86/frpc

Common Lisp ONC-RPC implementation
Common Lisp
12
star
27
RobBlackwell/cl-azure

RobBlackwell/cl-azure

A Windows Azure cloud services library for Common Lisp
Common Lisp
12
star
28
sebity/asteroid-wars

sebity/asteroid-wars

An asteroids game remake
Common Lisp
12
star
29
vollmerm/lalla-chess

vollmerm/lalla-chess

A Chess engine written in Common Lisp
Common Lisp
11
star
30
tanders/cluster-engine

tanders/cluster-engine

cluster-engine is a music constraint solver, originally developed as a PWGL library. The present version is stand-alone without any dependencies to PWGL.
Common Lisp
11
star
31
malcolmstill/cl-libinput

malcolmstill/cl-libinput

Common Lisp wrapper for libinput
Common Lisp
11
star
32
Virtual-Insurance-Products/relations

Virtual-Insurance-Products/relations

Common Lisp
11
star
33
franburstall/nyxt-init

franburstall/nyxt-init

My init files for the nyxt browser
Common Lisp
10
star
34
willijar/LENS

willijar/LENS

Lisp Educational Network Simulator
Common Lisp
10
star
35
tanders/tot

tanders/tot

A collection of definitions that extend the algorithmic composition system Opusmodus (http://opusmodus.com/).
Common Lisp
10
star
36
y33les/raspberry-lisp

y33les/raspberry-lisp

Source code for `The Land of Raspberry Lisp' series at http://yeel.es
Common Lisp
10
star
37
malcolmstill/cl-egl

malcolmstill/cl-egl

Common Lisp wrapper to libEGL
Common Lisp
10
star
38
fjames86/asinine

fjames86/asinine

Common Lisp ASN1 parser
Common Lisp
9
star
39
Virtual-Insurance-Products/clim-web

Virtual-Insurance-Products/clim-web

Common Lisp
9
star
40
johnfredcee/trivial-gui

johnfredcee/trivial-gui

Lisp GUI for OpenGL canvas using Vecto, and Glop
Common Lisp
9
star
41
RobBlackwell/cl-wav

RobBlackwell/cl-wav

Provides a cross platform reader for the WAV file format, implemented in Common Lisp.
Common Lisp
9
star
42
jini-zh/sbcl-readline

jini-zh/sbcl-readline

Common Lisp
9
star
43
nmunro/mtg-api

nmunro/mtg-api

A Common Lisp library for magicthegathering.io
Common Lisp
8
star
44
tslight/stumpwm

tslight/stumpwm

StumpWM Config
Common Lisp
8
star
45
malcolmreynolds/GSLL

malcolmreynolds/GSLL

GNU Scientific Library for Lisp
Common Lisp
8
star
46
rmhsilva/mtif

rmhsilva/mtif

A Common Lisp interface to the Apple multitouch trackpad
Common Lisp
8
star
47
willijar/cl-data-format-validation

willijar/cl-data-format-validation

a library for Common Lisp providing a consistent regular interface for converting (and validating) external data (in the form of strings usually) into internal data types and for formatting internal data back into external presentable strings, all according to a conversion or type specification.
Common Lisp
8
star
48
keithj/getopt

keithj/getopt

Fork of the Common Lisp getopt library.
Common Lisp
8
star
49
kmi/ocml

kmi/ocml

Operational Conceptual Modelling Language
Common Lisp
8
star
50
reborg/euroclojure-2014

reborg/euroclojure-2014

Slides and other goodies
Common Lisp
8
star
51
malcolmstill/cl-drm

malcolmstill/cl-drm

Common Lisp wrapper to libdrm
Common Lisp
7
star
52
holtzermann17/mmtn

holtzermann17/mmtn

A LISP MUD.
Common Lisp
7
star
53
vikram/lisplibraries

vikram/lisplibraries

A whole lot of lisp libraries, I'm just putting them up for convenience
Common Lisp
7
star
54
RobBlackwell/cl-sentiment

RobBlackwell/cl-sentiment

A sentiment analysis library for Common Lisp.
Common Lisp
7
star
55
panks/Symbolic-Integration-Lisp

panks/Symbolic-Integration-Lisp

Symbolic Integration in Lisp
Common Lisp
7
star
56
fjames86/frpc2

fjames86/frpc2

ONCRPC library
Common Lisp
7
star
57
malcolmstill/cl-xkb

malcolmstill/cl-xkb

Common Lisp
7
star
58
egao1980/tesseract-capi

egao1980/tesseract-capi

Low level Tesseract C API wrapper for versions 3.05.02, 4.1.1 and 5.0.0
Common Lisp
6
star
59
sross/mudballs

sross/mudballs

Mudballs is a portable system definition and management tool for Common Lisp.
Common Lisp
6
star
60
davelambert/porky

davelambert/porky

An RDF library for Common Lisp. Derived from Ora Lassila's Wilbur.
Common Lisp
6
star
61
hdurer/cl-fluiddb

hdurer/cl-fluiddb

Common Lisp library to access the Fluidinfo database / storage and search platform.
Common Lisp
6
star
62
Asmodai/cl-hacks

Asmodai/cl-hacks

A port of KMRCL plus extras that has more portability across Lisps, including Symbolics Genera.
Common Lisp
6
star
63
RobBlackwell/cl-riff

RobBlackwell/cl-riff

Reads Resource Interchange File Format (RIFF) files from Common Lisp.
Common Lisp
6
star
64
sebity/snake

sebity/snake

A Remake of the Classic Game Snake
Common Lisp
6
star
65
sebity/final-hours

sebity/final-hours

A Remake of the Classic Game Missile Command
Common Lisp
6
star
66
sebity/noise

sebity/noise

A Simplex Noise Generator in Common Lisp
Common Lisp
6
star
67
nmunro/cfmt

nmunro/cfmt

A small common lisp library for coloring and styling ascii text
Common Lisp
6
star
68
TheLostLambda/astonish

TheLostLambda/astonish

A Common Lisp library for querying and manipulating Lisp ASTs
Common Lisp
6
star
69
ivankocienski/lspec

ivankocienski/lspec

rspec inspired test framework for common lisp
Common Lisp
5
star
70
fjames86/upnp

fjames86/upnp

Common Lisp UPnP client
Common Lisp
5
star
71
pjstirling/libtag-ffi

pjstirling/libtag-ffi

A ffi generator for sbcl that generates c wrappers for a c++ api so that you don't need to do the grunt work
Common Lisp
5
star
72
JordanPowell/cl-simple-concurrent-jobs

JordanPowell/cl-simple-concurrent-jobs

A simple API for running concurrent jobs in Common Lisp
Common Lisp
5
star
73
felixengelmann/act-r-sentence-parser-em

felixengelmann/act-r-sentence-parser-em

An integrated model of eye movement behaviour in sentence comprehension. The ACT-R parser of Lewis & Vasishth (2005), extended with eye movement control.
Common Lisp
5
star
74
keithj/deoxybyte-gzip

keithj/deoxybyte-gzip

Common Lisp interface to zlib via CFFI.
Common Lisp
5
star
75
fjames86/cerberus

fjames86/cerberus

Common Lisp Kerberos v5 implementation
Common Lisp
5
star
76
bishboria/SICP

bishboria/SICP

working my way through SICP (Wizard book)
Common Lisp
5
star
77
aliclark/clalish

aliclark/clalish

Clisp as login shell
Common Lisp
5
star
78
malcolmstill/cl-gbm

malcolmstill/cl-gbm

Common Lisp wrapper to libgbm
Common Lisp
5
star
79
willijar/cl-logsim

willijar/cl-logsim

A logic simulator in Common Lisp
Common Lisp
4
star
80
toni/lhstat

toni/lhstat

Monitoring of some Linux laptop properties, used in Awesome WM, outputs text.
Common Lisp
4
star
81
piyushmaurya23/lisp

piyushmaurya23/lisp

This is the repository of LISP programs of the "Principle of Programing Languages Lab (NCS 553)".
Common Lisp
4
star
82
fjames86/nefarious

fjames86/nefarious

Common Lisp NFS client and server
Common Lisp
4
star
83
sebity/parallax-demo

sebity/parallax-demo

A parallax scrolling demo in Common Lisp
Common Lisp
4
star
84
tomwalker/algorithms-lisp

tomwalker/algorithms-lisp

Various algorithms written in lisp
Common Lisp
4
star
85
fjames86/ntlm

fjames86/ntlm

Common Lisp NTLM authentication library
Common Lisp
4
star
86
pozorvlak/o-plan

pozorvlak/o-plan

The O-Plan Hierarchical Task Network planner from the University of Edinburgh
Common Lisp
4
star
87
tanders/cm-patterns

tanders/cm-patterns

Rick Taube's Pattern Streams from Common Music v.2, but without the rest of Common Music.
Common Lisp
4
star
88
thibaudcolas/clisp-compiler-vm

thibaudcolas/clisp-compiler-vm

A LISP -> ASM compiler and VM written in CLISP — Nothing magical but I hope it'll help whoever needs to write one.
Common Lisp
4
star
89
AaronJackson/cl-cublas

AaronJackson/cl-cublas

🐮 Harness the power of the GPU with '((((((cuBLAS in Common Lisp
Common Lisp
4
star
90
fjames86/lgrep

fjames86/lgrep

Lisp grep utility
Common Lisp
4
star
91
rswarbrick/clg

rswarbrick/clg

clg is an interface to the GTK+ graphical toolkit for the CMUCL, SBCL and CLISP implementations of Common Lisp.
Common Lisp
4
star
92
Ionsto/cl-mpm

Ionsto/cl-mpm

Material Point Method (MPM) implementation in common lisp
Common Lisp
4
star
93
keithj/deoxybyte-systems

keithj/deoxybyte-systems

Utilities for Common Lisp ASDF systems.
Common Lisp
4
star
94
wtsi-npg/genotype-call

wtsi-npg/genotype-call

Explore the contents of Illumina's binary Genotype Call files
Common Lisp
3
star
95
watkinsr/ecgp

watkinsr/ecgp

Evolutionary Computation - Genetic Programming
Common Lisp
3
star
96
Virtual-Insurance-Products/cl-sysop

Virtual-Insurance-Products/cl-sysop

Common Lisp
3
star
97
keithj/deoxybyte-utilities

keithj/deoxybyte-utilities

General purpose Common Lisp utilities.
Common Lisp
3
star
98
nmunro/clncurses-learning

nmunro/clncurses-learning

Just learning to use ncurses in common lisp
Common Lisp
3
star
99
fjames86/pounds

fjames86/pounds

Lisp block storage
Common Lisp
3
star
100
mortuosplango/clss

mortuosplango/clss

a simple common lisp step sequencer
Common Lisp
3
star