-
Updated
May 7, 2021 - Python
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 1,867 public repositories matching this topic...
-
Updated
Jun 7, 2021 - Assembly
-
Updated
Jun 11, 2021 - Common Lisp
-
Updated
Apr 10, 2021
-
Updated
Jun 13, 2021 - Haskell
-
Updated
Jun 12, 2021 - C
-
Updated
Jun 1, 2021 - Makefile
-
Updated
May 29, 2021 - Emacs Lisp
-
Updated
Jun 12, 2021 - Clojure
-
Updated
Sep 24, 2020 - Makefile
-
Updated
Jan 4, 2021 - Python
-
Updated
Nov 15, 2018 - Common Lisp
-
Updated
May 9, 2021 - Common Lisp
The example in the section on walking/traversing directories lists the arguments of the uiop:collect-sub*directories
It would be good to reorder the list in the order of this function's arguments like so:
- a directory
- a collectp function
- a recursep function
- a collector function
That will make the example more readable
dead links ahoy
The documentation for advise
([http://ccl.clozure.com/docs/ccl.html#advising]) is buggy. Instead of arglist
both examples should say (car arglist)
.
Want to back this issue? Post a bounty on it! W
-
Updated
Jun 13, 2021 - TypeScript
Created by John McCarthy
Released 1958
- Website
- planet.lisp.org
- Wikipedia
- Wikipedia
If you perform C-h f and read the dialog, it can link you to the implementation for that function.
There isn't any technical barrier to do this for JS/TS.