-
Updated
Aug 30, 2020 - Common Lisp
Common Lisp
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 refered 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.
Here are 1,039 public repositories matching this topic...
-
Updated
Aug 18, 2020 - Clojure
-
Updated
Aug 20, 2020 - Makefile
-
Updated
Aug 29, 2020 - Common Lisp
-
Updated
Aug 14, 2020 - Common Lisp
-
Updated
Apr 7, 2020 - Common Lisp
-
Updated
Aug 18, 2020 - Emacs Lisp
-
Updated
Aug 30, 2020 - Common Lisp
-
Updated
Nov 15, 2018 - Common Lisp
-
Updated
May 17, 2020 - Common Lisp
-
Updated
Jun 13, 2020 - Common Lisp
dead links ahoy
https://www.site24x7.com/link-checker.html
The internet rots under us, alas. We can but repair.
http://www.psg.com/~dlamkins/sl/cover.html should, probably, be amended to http://successful-lisp.blogspot.com/p/httpsdrive.html
http://www.aiai.ed.ac.uk/~jeff/lisp/cl-pitfalls is now gone; it looks like ~jeff is gone.
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 12, 2020 - Shell
-
Updated
Aug 30, 2020 - Common Lisp
-
Updated
Jul 25, 2020 - Common Lisp
-
Updated
Jul 9, 2020 - JavaScript
Repro:
(describe #'COMMUTE-RZ-AFTER-CPHASE)
Output:
#<COMPILER COMMUTE-RZ-AFTER-CPHASE {10149CF36B}>
[funcallable-instance]
Lambda-list: (X Y &KEY CONTEXT)
Derived type: (FUNCTION (T T &KEY (:CONTEXT T)) (VALUES T &OPTIONAL))
Documentation:
T
Source file: quilc/src/compressor/rewriting-rules.lisp
Slots with :INSTANCE allocation:
NAME
-
Updated
Apr 15, 2020 - Common Lisp
-
Updated
Oct 26, 2017 - JavaScript
-
Updated
Dec 29, 2019
It looks like the upcoming sbcl 2.0.1 release includes changes to move certain symbols out of cl:*features* and into sb-impl:+internal-features+ [[1]]. IIUC, any "non-public" features will continue to work (for now), but issue a warning [[2]].
I haven't tested it, but it looks like we use at least one such soon-to-be-deprecated feature, namely avx2. We should figure out what to do about
-
Updated
Aug 11, 2020 - Vim script
-
Updated
Aug 24, 2020 - Common Lisp
Created by X3J13
Released 1984
- Website
- common-lisp.net
- Wikipedia
- Wikipedia
Originally posted by @dimitri in https://github.com/dimitri/pgloader/timeline