this post was submitted on 18 Oct 2023
1 points (100.0% liked)
Lisp
61 readers
3 users here now
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The first library i tried was serapeum.
https://github.com/ruricolist/serapeum
But abcl was spitting out alot of errors.
I know in general there are thing in Serapeum that don't work properly in ABCL, but I have gotten gotten patches from ABCL users so to be fair there are definitely people using it there.
Thanks for the feedback.
What errors do you get? ABCL successfully runs Serapeum's full test suite on my machine (aarch64-darwin).
Program below works fine with sbcl & ccl.
For abcl i get alot of warnings, not errors,
; Compilation unit finished ; Caught 22 WARNING conditions ; Caught 10 STYLE-WARNING conditions
On my Mac with ABCL 1.9.2 I can load it via Quicklisp and get for example this error:
I use also kawa (a scheme). It has better documentation. https://www.gnu.org/software/kawa/pt01.html