Skip to content

Instantly share code, notes, and snippets.

@RTfXGaGeqSeItbMUgpFlekUs
Created July 28, 2010 04:34
Show Gist options
  • Save RTfXGaGeqSeItbMUgpFlekUs/493394 to your computer and use it in GitHub Desktop.
Save RTfXGaGeqSeItbMUgpFlekUs/493394 to your computer and use it in GitHub Desktop.
Welcome to the Emacs shell
~ $ sbcl
sbcl: command not found
~ $ /usr/sbcl/bin/sbcl
This is SBCL 1.0.40, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
; loading system definition from
; /usr/sbcl/lib/sbcl/sb-bsd-sockets/sb-bsd-sockets.asd into #<PACKAGE "ASDF0">
; registering #<SYSTEM SB-BSD-SOCKETS> as SB-BSD-SOCKETS
; registering #<SYSTEM SB-BSD-SOCKETS-TESTS> as SB-BSD-SOCKETS-TESTS
; loading system definition from /usr/sbcl/lib/sbcl/sb-posix/sb-posix.asd into
; #<PACKAGE "ASDF0">
; registering #<SYSTEM SB-POSIX> as SB-POSIX
; registering #<SYSTEM SB-POSIX-TESTS> as SB-POSIX-TESTS
* (require 'swank)
; loading #P"/Users/martin/.slime/fasl/2010-07-22/sbcl-1.0.40-darwin-x86-64/swank-backend.fasl"
; loading #P"/Users/martin/.slime/fasl/2010-07-22/sbcl-1.0.40-darwin-x86-64/swank-source-path-parser.fasl"
; loading #P"/Users/martin/.slime/fasl/2010-07-22/sbcl-1.0.40-darwin-x86-64/swank-source-file-cache.fasl"
; loading #P"/Users/martin/.slime/fasl/2010-07-22/sbcl-1.0.40-darwin-x86-64/swank-sbcl.fasl"
; loading #P"/Users/martin/.slime/fasl/2010-07-22/sbcl-1.0.40-darwin-x86-64/swank-gray.fasl"
; loading #P"/Users/martin/.slime/fasl/2010-07-22/sbcl-1.0.40-darwin-x86-64/swank-match.fasl"
; loading #P"/Users/martin/.slime/fasl/2010-07-22/sbcl-1.0.40-darwin-x86-64/swank-rpc.fasl"
; loading #P"/Users/martin/.slime/fasl/2010-07-22/sbcl-1.0.40-darwin-x86-64/swank.fasl"
WARNING: These Swank interfaces are unimplemented:
(DISASSEMBLE-FRAME DUP EXEC-IMAGE INTERRUPT-THREAD MAKE-FD-STREAM RECEIVE-IF
SEND SLDB-BREAK-AT-START SLDB-BREAK-ON-RETURN SOCKET-FD SPAWN)
("SB-INTROSPECT" "SB-CLTL2")
*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment