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.
Here are 10 public repositories matching this topic...
An implementation example of the sieve of Eratosthenes
-
Updated
Jan 31, 2017 - Java
Use a program written in Java, Python, or Lisp to interpret family trees
-
Updated
Mar 13, 2017 - Java
spring boot integrity and multi modules with spring-boot include ed25519
-
Updated
Oct 18, 2017 - Java
Lisp and TinyJ assignments for my principles of programming languages class
-
Updated
Apr 20, 2019 - Java
An implementation of Common Lisp dynamic variables, control flow operators, and condition system in plain Java.
-
Updated
Sep 27, 2021 - Java
Common Lisp programmable version of LarKC/OpenCYC (And soon Prolog)
-
Updated
Apr 17, 2023 - Java
Gebze Technical University - Computer Engineering Assignments
-
Updated
Jun 25, 2023 - Java
A gradle based bootstrap for common-lisp jvm based abcl, simplifying devops for lisp
-
Updated
Oct 10, 2025 - Java
Created by X3J13
Released 1984
- Followers
- 240 followers
- Website
- github.com/topics/common-lisp
- Wikipedia
- Wikipedia