0

I'm running emacs + slime + sbcl on an iMac High Sierra version 10.13.6. When I evaluate (format t "This is a test ~%) in the slime-repl sbcl, sbcl simply returns nil without printing the output. Can anyone tell me what I'm doing wrong?

2
  • 1
    Removed tag emacs, though you are using Emacs, because the format you're asking about is (presumably) Common Lisp format and not Elisp format. (The latter does not have a destination first arg.) Commented Jan 6, 2021 at 23:35
  • did you check the "inferior-lisp" buffer (there are additional asterisks around the name but I can't write them in this comment box); or maybe if you started lisp in a terminal and connected to it, if that's printed in that terminal ? Commented Jan 8, 2021 at 9:33

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.