-
# Common Lisp: equality functions explained (=, eq, equal, string= et all) - Lisp journey
Common Lisp has various equality functions: =, eq, eql, equal, equalp, string-equal, char-equal… but what are…
-
Hi, I'm trying to build a build system for Common Lisp and am working on a command to build the artifact (.tgz) locally. Can you give me some tips on how to do this?
The code: https://github.com/cl…
-
Build from 6bcb74ac6fb331f9677cdc98c5b0b9f92246d6a7 with SBCL 2.4.10:
```
; wrote /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_lisp_cl-cookie/cl-cookie/work/.home/.cache/common-lisp/sbcl…
-
**Language**
ANSI Common Lisp is a language based on the LISP family [Wikipedia](https://en.wikipedia.org/wiki/Common_Lisp)
**Additional resources**
[All Common Lisp Symbols from the Specificatio…
-
**Describe the bug**
DEFPACKAGE is defined in package XEROX-COMMON-LISP instead of LISP
**To Reproduce**
2/39> (symbol-package 'defpackage)
#
2/40> (symbol-package 'in-package)
#
**Expected…
Anzus updated
2 months ago
-
See [Peter Seibel: Practical Common Lisp, Chapter 20](http://www.gigamonkeys.com/book/the-special-operators.html) for an explanation.
Rough draft of how we could pythonify this. User interface:
…
-
helpful could provide examples for common emacs lisp constructs. this could be a user provided file or part of the package. when examle(s) are available a heading "Examples" is presented with the acco…
-
```
; compiling file "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_lisp_cl-com.inuoe.jzon/cl-com.inuoe.jzon/work/build/source/cl-com.inuoe.jzon/src/schubfach.lisp" (written 27 MAR 2024 07:0…
-
Minimal test case:
```lisp
(defun foo ()
2)
'foo#|bar|
```
At least in smart mode, if you delete any of the trailing brackets, they don't come back.
I think what's happening is that p…
gilch updated
3 months ago
-
It'd be awesome to get Conjure to provide completion for Common Lisp. I've looked far and wide, and couldn't find any suitable language server or other completion provider that's easy to integrate int…