sbcl
How to change SBCL's current directory?
It is very easy to change CLisp\'s current working directory: >cat ~/.clisprc.lisp ;;; The following lines added by ql:add-to-in开发者_运维百科it-file:[详细]
2023-04-12 04:43 分类:问答Debugging Lisp & SLIME, error "Cannot find source location"
开发者_JS百科I am wrote the code with bugs. Example: (print (/ 1 0)) I am trying compile with C-c C-c.[详细]
2023-04-11 22:51 分类:问答sbcl on SUSE 10 x86-64 error: floating point exception
I download the http://prdownloads.sourceforge.net/sbcl/sbcl-1.0.51-x86-64-linux-binary.tar.bz2 and install inSUSE 10 x86-64. But when run sbcl it error say: floating point exception[详细]
2023-04-04 21:44 分类:问答SBCL error with cl-smtp
This is a recent error that I can\'t find any documentation for. It might not be cl-smtp specific, but it occurs each time I attempt to evaluate[详细]
2023-04-01 09:03 分类:问答How to Configure SBCL to Use More RAM When Started Through Emacs?
How can I configure SBCL so that it uses more memory than the default when I start it by using \"M-x slime\" in Emacs?[详细]
2023-03-30 18:13 分类:问答select() doesn't wait any changes
I\'m not quite sure what i\'m doing wrong. I need to get file change event by select()system call. So the problem is that it doesn\'t wait, and immediately returns TRUE result. It\'s looks like i didn[详细]
2023-03-27 01:08 分类:问答Trouble grabbing lisp input from the web using hunchentoot and sbcl
A lisp question here. I\'ve been slowly learning lisp over the last couple of months and have ran into a problem when trying to grab input from a web browser vs. grabbing input from a REPL.[详细]
2023-03-21 07:46 分类:问答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 分类:问答Write/read a Common Lisp (SBCL) hash-table, or alternative
I would like to write/read a hash-table to/from disk, but it is not a (print)able object. I won\'t know the key names so I can\'t think of a way to do it manually. I read that there might be distribut[详细]
2023-03-02 18:15 分类:问答In LISP is it possible to access a function's form?
Supp开发者_运维问答ose I define a function globally: (defun x (y) (1+ y)) ;; Edit: my first example was too complicated[详细]
2023-03-01 15:05 分类:问答