-
I am writing a debugger since 4 days and wondered why peekdata returned sometimes negative results, I used your trick to use :unsigned-long and it worked, lol, just poked around like 3 hours for this,…
-
# Resources - Lisp journey
lisp-lang.org Common Lisp Cookbook awesome-cl learning and tutorials Lisp project of the day Google’s Lisp koans Lisp tips a GitHub repository where anybody can pos…
-
; Loading "woo"
...; cc -m64 -o /root/.cache/common-lisp/sbcl-1.3.12-solaris-x64/root/quicklisp/dists/quicklisp/software/woo-20170227-git/src/llsocket/grovel__grovel-tmpGHU3ALSV -I/root/quicklisp/dis…
-
Iterate is currently noted as having 'no license specified', whereas the file iterate.lisp is MIT-licensed -
https://gitlab.common-lisp.net/iterate/iterate/-/blob/master/iterate.lisp
-
Hi guys, I have encounter a problem which seems to come from trivial-utl-8 lisp library. At least I cannot find this error message anywhere in pgloader code or in PostgreSQL code. Only in this lisp li…
-
I've attempted to follow the tutorial for data-frame and had issues when installing the library via quickl-lisp:
~ sbcl --load quicklisp.lisp
This is SBCL 2.4.6, an implementation of ANSI Common…
-
Colon is package specifier, so `a:b` means the symbol `b` exported from package `a`. This works for function calls, e.g. `(a:b)`, but other places, pressing `:` will insert a space `(a:b c :d)` instea…
-
# New video: how to request a REST API in Common Lisp: fetching the GitHub API 🎥 - Lisp journey
A few weeks ago, I put together a new Lisp video. It’s cool, sound on, ‘til the end ;) I wa…
-
Imported from SourceForge on 2024-07-05 22:38:10
Created by **[zmth](https://sourceforge.net/u/zmth/)** on 2016-10-13 16:59:38
Original: https://sourceforge.net/p/maxima/bugs/3230
---
wxMaxima versi…
rtoy updated
4 months ago
-
```
From Thomas Hafner:
Unfortunately //foo// does not work inside a hyperlink's description text. I
circumvented the defect by these postproc definitions:
%!postproc(html): \(/
%!postproc(html): /…