Skip to content

issues Search Results · repo:mark-watson/loving-common-lisp language:"Common Lisp"

Filter by

8 results
 (68 ms)

8 results

inmark-watson/loving-common-lisp (press backspace or delete to remove)

While trying to work through the book I get an error when the above form is entered at the REPL: Component CLSQL-UFFI-SYSTEM::UFFI does not match version 2.0, required by # SYSTEM clsql-uffi [Condition ...
  • jedzza
  • 1
  • Opened 
    on Oct 23, 2023
  • #9

I tried loading spacy-py4cl using instructions from the book and got the following error in my repl: CL-USER (ql:quickload spacy-py4cl ) To load spacy-py4cl : Load 1 ASDF system: spacy-py4cl ...
  • lottaquestions
  • 1
  • Opened 
    on May 6, 2023
  • #8

test.dat file referenced in src/code_snippets_for_book/read-test-1.lisp is not in the repo.
  • toddjeff
  • 1
  • Opened 
    on Feb 17, 2021
  • #6

I m following the directions in the book and seem to be tripping up on a Python import path problem CL-USER (ql:quickload spacy ) To load spacy : Load 1 ASDF system: spacy ; Loading spacy [package ...
  • cwulfman
  • Opened 
    on Apr 18, 2020
  • #5

Reading a file is done several times with basically the same code.
  • lispm
  • 1
  • Opened 
    on Jan 27, 2016
  • #4

In lambda1.lisp (defun testfn (a-function a-value) (a-function a-value)) ; does not work, needs a FUNCALL
  • lispm
  • 1
  • Opened 
    on Jan 27, 2016
  • #3

Does the macro in macro2.lisp make sense? How is it supposed to be used? Check the expansions of (double-args x) and (double-args x y) etc. Don t know what it is supposed to do...
  • lispm
  • 1
  • Opened 
    on Jan 27, 2016
  • #2

(let ((foo ...)) (defun bar () ...)) DEFUN is not recognized by the compiler as a top-level definition. DEFUN etc. are best used as top-level forms. Code like in nested.lisp makes no sense at all. Every ...
  • lispm
  • 3
  • Opened 
    on Jan 27, 2016
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub