-
Updated
Mar 31, 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,821 public repositories matching this topic...
-
Updated
Apr 19, 2021 - Assembly
-
Updated
Apr 10, 2021
-
Updated
Apr 18, 2021 - Common Lisp
-
Updated
Apr 18, 2021 - Haskell
-
Updated
Apr 15, 2021 - C
-
Updated
Apr 14, 2021 - Makefile
-
Updated
Apr 1, 2021 - Emacs Lisp
-
Updated
Mar 18, 2021 - Clojure
-
Updated
Sep 24, 2020 - Makefile
-
Updated
Jan 4, 2021 - Python
-
Updated
Nov 15, 2018 - Common Lisp
-
Updated
Mar 27, 2021 - Common Lisp
There are a large number of potential error and result types contained in JavaScript.rs. When building that module, I made the decision to convert all errors into IoError via calls to map.
Deno solves this problem by using AnyHow, which they expose via the deno_core crate. They also expose helper functions like "deno_core::error::generic_error" to make using that error system easier.
Since deno
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
May 2, 2018 - 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*directories
It would be good to reorder the list in the order of this function's arguments like so:
That will make the example more readable