-
The current implementation is not wrong, but the `repr` is `(COMMON-LISP:OR COMMON-LISP:NUMBER C:COMPLEX)`, which means any sort of (Lisp) compiler optimization is hosed. This is basically the same is…
-
with sbcl 1.4.13, cl-launch 4.1.4.1, ASDF 3.3.1
**quicklisp/local-projects/xcvb $** make xcvb-using-asdf LISP=sbcl
mkdir -p /…
-
I'm trying to install common-lisp-jupyter on macOS 10.14.4 with MacPorts 2.5.4 but got this:
```sh
$ sbcl --noinform --eval '(ql:update-dist "quicklisp")' --quit
You already have the latest version…
-
I'm using `ECL 21.2.1` and unit tests are failed with error:
```
:info:test ;;; Loading #P"/opt/local/lib/ecl-21.2.1/asdf.fas"
:info:test An error occurred during initialization:
:info:test The fu…
-
Things to add:
- (Gleefre's suggestion) Have a slot/option like `:restart-on-redefinition nil`, so the window doesn't have to restart every time the defsketch is recompiled. If someone is just twea…
-
# Home - Lisp journey
My Common Lisp journey. Discovering the language and the ecosystem. edit: and now writing applications, libraries and running a web app in production.I will post short articles …
-
**Describe the bug**
I have SBCL 2.0.8 installed at the system level, and SBCL 2.1.2 in a project-level `flake.nix`. Running `sbcl` at a toplevel shell works fine, but if I do `nix develop` in my pro…
-
My ceramic app works well from the repl, when I build with (ceramic:bundle :elect) on MacOS it gives me a .tar when I set the contents up as an .app and run it I get a pop up:
Unable to find Electr…
-
# Lisp for the web: deploying with Systemd, gotchas and solutions - Lisp journey
How do you run your Common Lisp (web) application on your server? Nowadays most GNU/Linux distros have Systemd. I rece…
-
Steps to reproduce:
1. Run `ccl`
2. Load `cl-isaac`
3. Evaluate `(cl-isaac:init-common-lisp-random-seed)
Here's my repl session:
```
; SLIME 2013-04-02
CL-USER> (ql:quickload :cl-isaac)
To load "cl…