An open API service indexing awesome lists of open source software.

Common Lisp

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.

https://github.com/ogty/lisp-getting-started

👽 Lisp Getting Started

clisp common-lisp getting-started graph lisp

Last synced: 26 Feb 2025

https://github.com/ivixvi/cl-devcontainer

Common Lisp Development Environments For VSCode

common-lisp devcontainer

Last synced: 25 Feb 2025

https://github.com/idorobots/cl-goodies

A heretical attempt at bringing some of the Lisp goodies to D. Greenspun's tenth rule included!

algorithms common-lisp d

Last synced: 07 Apr 2025

https://github.com/idorobots/noesis

SKN Noesis Lisp/AI workshops stuff during my studies at AGH-UST.

common-lisp localization robotics simulation workshop-materials

Last synced: 07 Apr 2025

https://github.com/mihaiolteanu/cl-libiio

Common Lisp bindings for libiio.

cffi common-lisp iio iio-devices libiio

Last synced: 13 Apr 2025

https://github.com/rajasegar/cl-caveman-tailwind

Common Lisp Web application boilerplate using Caveman and Tailwind CSS

boilerplate boilerplate-template caveman2 common-lisp lisp tailwindcss

Last synced: 03 Apr 2025

https://github.com/jaalonso/exercitium-lisp

Soluciones de los problemas de Exercitium con Common Lisp

common-lisp

Last synced: 27 Mar 2025

https://github.com/galdor/cl-spacetraders

Common Lisp utilities to interact with the SpaceTraders online game API.

common-lisp lisp spacetraders spacetraders-api

Last synced: 29 Mar 2025

https://github.com/rhcarvalho/matrix-multiplication-comparison

Comparison of matrix multiplication by line and by column in different programming languages.

c common-lisp comparison fortran lisp matrix-multiplication python

Last synced: 02 Mar 2025

https://github.com/vollcheck/l99

my solutions on Ninety-Nine Problems in Lisp

common-lisp learning

Last synced: 16 Jun 2025

https://github.com/junker/faker

Faker is a Common Lisp system that generates fake data for you

common-lisp faker

Last synced: 27 Mar 2025

https://github.com/junker/multiple-value-bind-plus

MULTIPLE-VALUE-BIND with placeholders

common-lisp

Last synced: 27 Mar 2025

https://github.com/brudgers/cl-search

This project explores Norvig's modular approach to graph search using literate programming

common-lisp literate-programming search-algorithm

Last synced: 25 Feb 2025

https://github.com/bepitulaz/cryptobot

Facebook messenger bot for cryptocurrencies information.

common-lisp cryptocurrency facebook-messenger

Last synced: 16 Jun 2025

https://github.com/nilqed/mma

Mock-Mma by Richard J. Fateman

common-lisp computer-algebra-system mma

Last synced: 22 Mar 2025

https://github.com/zpnst/lisp-lectures

My first steps in Common Lisp. Code from the lectures on YouTube with my comments

common-lisp functional-programming lisp

Last synced: 22 Feb 2025

https://github.com/polaris/ice

Ray Tracing in One Weekend written in Common Lisp

common-lisp raytracing

Last synced: 02 Mar 2025

https://github.com/polaris/binana

Binary analysis tool written in Common Lisp

binary-analysis common-lisp

Last synced: 02 Mar 2025

https://github.com/nilqed/jucl

A (almost) fool-proof Jupyter kernel for Common Lisp

common-lisp jupyter jupyter-kernel

Last synced: 14 Mar 2025

https://github.com/opensourcedoc/cl-hello

Hello World Project for Common Lisp

boilerplate-project common-lisp demo-project lisp

Last synced: 24 Feb 2025

https://github.com/temporal/tswr-asteroids

A small asteroids game for testing the Parendeck 2D engine.

asteroids common-lisp game-2d

Last synced: 12 Mar 2025

https://github.com/aerphanas/myquran-client

Indonesia myquran api client

common-lisp lisp

Last synced: 06 Apr 2025

https://github.com/jolby/cl-sql-utils

An attempt to port Simon Willison's fantastic sqlite-utils to common lisp

common-lisp sql sqlite sqlite-utils

Last synced: 18 Mar 2025

https://github.com/jadedctrl/webtentacle

Webfinger implementation for Clack. (Mirror 🪞)

clack common-lisp fediverse lisp webfinger

Last synced: 14 Mar 2025

https://github.com/mrexox/climes

Common Lisp Manager for Systems (WIP)

common-lisp quicklisp

Last synced: 31 Mar 2025

https://github.com/vendethiel/readlist.cl

Common Lisp experiment

common-lisp lisp

Last synced: 22 Mar 2025

https://github.com/temporal/cl-hskrk

Access Hackerspace Kraków programmatically through a helpful Common Lisp library.

common-lisp hackerspace

Last synced: 12 Mar 2025

https://github.com/dcasella/multivariate-polynomials

Multivariate polynomials manipulation libraries for Lisp and Prolog

common-lisp multivariate-polynomials prolog

Last synced: 29 Mar 2025

https://github.com/azur1s/monolith

Markov Chain for text generation in Common Lisp

common-lisp text-generation

Last synced: 29 Mar 2025

https://github.com/panadestein/quant_clq

A quantum interpreter in Common Lisp

common-lisp interpreter quantum-computing

Last synced: 02 Mar 2025

https://github.com/jpcima/narrowed-types

Type definitions narrowed with predicates

common-lisp types

Last synced: 02 Mar 2025

https://github.com/jean0t/github-api

interacts with github api and brings user data

common-lisp github github-api lisp

Last synced: 04 Mar 2025

https://github.com/vindarel/weblocks-todomvc

A dynamic todo-mvc example with Weblock's components, without a line of Javascript. Experiments that go in the tutorial.

common-lisp weblocks

Last synced: 05 Apr 2025

https://github.com/sarab97/euler

Solution for project euler problems in lisp

common-lisp euler-project euler-solutions lisp

Last synced: 04 Mar 2025

https://github.com/fwcd/lisp-music-theory

Music theory library for Common Lisp

common-lisp music-theory

Last synced: 13 Dec 2024

https://github.com/galdor/advent-of-code-2024

Solutions for the Advent of Code 2024 in Common Lisp.

advent-of-code advent-of-code-2024 advent-of-code-2024-lisp common-lisp lisp

Last synced: 29 Mar 2025

https://github.com/yanateras/threading

=> for Common Lisp

common-lisp

Last synced: 24 Feb 2025

https://github.com/buhe/study-lisp

Just fun.

common-lisp

Last synced: 28 Mar 2025

https://github.com/polaris/common-lisp-recipes

Common Lisp Recipes

common-lisp recipes

Last synced: 02 Mar 2025

https://github.com/sven-hluchy/linear-regression

computes the linear regression of a dataset. written in lisp.

common-lisp linear-regression mathematics

Last synced: 04 Apr 2025

https://github.com/sven-hluchy/spyglass

HTML parser written in Common Lisp. WIP.

common-lisp html lisp parser

Last synced: 04 Apr 2025

https://github.com/tokenrove/gato-0

Personal archaeology: incomplete cat interpreter

cat common-lisp interpreter

Last synced: 03 Apr 2025

https://github.com/temporal/chronoton

Home automation system backend.

common-lisp home-automation hue-lights raspberry-pi

Last synced: 12 Mar 2025