| Paste number 50908: | Error about bytecode in SLIME |
| Pasted by: | nowhere_man |
| When: | 1 year, 7 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+13A4 |
| Channel: | #lisp |
| Paste contents: |
#|
When trying to compile the following function:
|#
(defun start-page ()
(with-html-output-to-string (out)
(htm
(:html
(:head (:title "Démarrer un calcul"))
(:body (:p))))))
#|
I get the following error:
Debugger entered: nil
byte-code("Â Ä\" \"‡" [process error debug slime-net-close t "net-read error: %S"] 3)
slime-net-read-or-lose(#<process SLIME Lisp>)
slime-process-available-input(#<process SLIME Lisp>)
slime-net-filter(#<process SLIME Lisp> "000020(:return (:ok (\"T\" \"0.03\")) 123)")
|#This paste has no annotations.