Moren environment (Electron version). Environment for rapidly programming and prototyping programs on JSCL language (subset of Common Lisp)
-
Updated
Jul 3, 2020 - JavaScript
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.
Moren environment (Electron version). Environment for rapidly programming and prototyping programs on JSCL language (subset of Common Lisp)
Repository with my solutions to Daily Coding Problem site
Simple static site generator in Common Lisp
View a directory tree of files as a website
Network styled Knowledge Graph Editor
Practice from TUSUR SE program
✉️ Send e-mails with Node.JS – easy as cake!
Todolist with web UI, written in Common Lisp
Tootsville online MMORPG — game software
OWL and Semantic Web toolkit for Common Lisp, used for construction and reasoning over ontologies and ontology-structured data
A Swank client implemented in JavaScript
The notebook-style Common Lisp environment
Learn Lisp The Hard Way source-code and full book text
Created by X3J13
Released 1984