An implementation of Common Lisp dynamic variables, control flow operators, and condition system in plain Java.
-
Updated
Sep 27, 2021 - Java
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.
An implementation of Common Lisp dynamic variables, control flow operators, and condition system in plain Java.
Common Lisp programmable version of LarKC/OpenCYC (And soon Prolog)
Gebze Technical University - Computer Engineering Assignments
Lisp and TinyJ assignments for my principles of programming languages class
An implementation example of the sieve of Eratosthenes
spring boot integrity and multi modules with spring-boot include ed25519
Use a program written in Java, Python, or Lisp to interpret family trees
Created by X3J13
Released 1984