common-lisp
Suppress "loading" output in Quicklisp
Is there a way to have quicklisp load a library without sending: To load \"drakma\": Load 1 ASDF system:[详细]
2023-03-10 19:19 分类:问答Zipping lists together in Common Lisp - Problem with "and"
What I am trying to do is create a function zip (note now that this is not homework) that iterates through multiple lists simultaneously, applying a function to each list of elements, like so:[详细]
2023-03-09 20:46 分类:问答Check if item is in a list (Lisp)
What\'s a simple way to check if an item开发者_StackOverflow is in a list? Something like (in item list)[详细]
2023-03-08 20:29 分类:问答Strange class precedence list in sbcl
In sbcl, *(sb-mop:class-precedence-list (find-class \'cons)) ==>(#<BUILT-IN-CLASS CONS> #<BUILT-IN-CLASS LIST> #<BUILT-IN-CLASS SEQUENCE>[详细]
2023-03-08 07:26 分类:问答Executing a shell command from Common Lisp
How can i execute a shell (bash) command 开发者_高级运维within a Common Lisp program and assign the output to a variable?ITA has released inferior-shell under their QITAB umbrella project.[详细]
2023-03-07 16:04 分类:问答Changing the nth element of a list
I want to change the nth element of a list and return a new list. I\'ve th开发者_StackOverflow中文版ought of three rather inelegant solutions:[详细]
2023-03-07 05:00 分类:问答Clojure vs other Lisps [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-06 05:25 分类:问答SLIME setup for both Common Lisp and Clojure development
I\'ve been having trouble with setting up SLIME to work with both Clojure and Common Lisp. Most Clojure devs tend to use the stripped down SLIME available via ELPA that is frozen for Clojure compatibi[详细]
2023-03-06 04:29 分类:问答Static code analysis tool for Common Lisp?
I\'m busy learning Common Lisp, & I\'m looking for a static code anal开发者_运维百科ysis tool that will help me develop better style & avoid falling into common traps.[详细]
2023-03-06 02:37 分类:问答How to sort a list with sublists (common Lisp)
How to sort a list with sublists? (setq list \'((0) (1) (2) (0 1 5) (0 1 3) (0 1 5) (0 3 0) (0) (1) (2 7 19) (0 0 3 0)))[详细]
2023-03-05 17:53 分类:问答