#
Lisp
Lisp is the second-oldest high-level programming language in widespread use today. It was originally created as a practical mathematical notation for computer programs. Lisp pioneered many ideas in computer science, including tree data structures, automatic storage management, dynamic typing, and the self-hosting compiler.
Here are 97 public repositories matching this topic...
A Delightfully Diminutive Lisp. Implemented in < 1 KB of JavaScript with JSON source, macros, tail-calls, JS interop, error-handling, and more.
-
Updated
May 2, 2018 - JavaScript
jcubic
commented
Nov 4, 2021
I've copied two functions in the other issue, and Grammarly found quite a few issues. It would be nice to use it for all docstrings.
- Corect lib/bootstrap.scm
- Correct lib/R5RS.scm
- Correct lib/R7RS.scm
- Correct embedded docstrig in src/lips.js, also fix indentation
-
Updated
Jan 23, 2018 - JavaScript
Ralph is a Lisp-1 dialect that compiles to JavaScript
-
Updated
Oct 17, 2019 - JavaScript
Scheme语言解释器的JavaScript语言实现
-
Updated
Apr 30, 2018 - JavaScript
A Lisp written in about 200 lines of Ink, featuring an interactive literate programming notebook
-
Updated
Jun 5, 2021 - JavaScript
loredanacirstea
commented
Jun 4, 2020
Tried GitHub Actions - unsuccessful.
Script:
https://github.com/loredanacirstea/taylor/actions/runs/123075416/workflow
Errors: https://github.com/loredanacirstea/taylor/runs/732783318?check_suite_focus=true
[INFO] first deployment, create new branch gh-pages
ENOENT: no such file or directory, scandir '/home/runner/work/taylor/taylor/build'
/usr/bin/git init
Reinitialized exis
-
Updated
Oct 23, 2017 - JavaScript
Qua virtual machine for JavaScript
-
Updated
May 19, 2020 - JavaScript
Clojure Lisp Compiler in JavaScript, for Node.js
-
Updated
Jul 16, 2020 - JavaScript
A light-weight Clojure-like Lisp
nodejs
javascript
programming-language
platform
clojure
node
web
lisp
interpreter
utilities
compiler
functional-programming
toolkit
lisp-interpreter
node-js
immutable-datastructures
lisp-dialect
immutable-collections
lisp-compiler
code-as-data
-
Updated
Sep 20, 2021 - JavaScript
Interactive framework for web lessons write in JS
-
Updated
Mar 11, 2016 - JavaScript
凹 (Āo) is an attempt at creating a Lisp-like language with Javascript using a syntax tree built on JSON arrays
-
Updated
Sep 15, 2019 - JavaScript
Sibilisp is a Sibilant based s-expression language which transpiles to JavaScript.
-
Updated
Oct 19, 2021 - JavaScript
The interactive programming language for education and entertainment.
-
Updated
Sep 2, 2021 - JavaScript
mdne for kintone - Edit kintone fields with powerful markdown and code editor.
-
Updated
Sep 1, 2019 - JavaScript
A tiny lisp interpreter in JavaScript.
-
Updated
Dec 12, 2014 - JavaScript
AutoLISP / DCL compatible interpreter to run AutoCAD independent code
-
Updated
Dec 1, 2021 - JavaScript
Implementation of scheme in javascript
-
Updated
Aug 12, 2021 - JavaScript
Created by John McCarthy
Released 1958
- Website
- planet.lisp.org
- Wikipedia
- Wikipedia
The example in the section on walking/traversing directories lists the arguments of the
uiop:collect-sub*directoriesIt would be good to reorder the list in the order of this function's arguments like so:
That will make the example more readable