Skip to content

Instantly share code, notes, and snippets.

@lisp-is-the-future
Created September 10, 2018 09:08
Show Gist options
  • Save lisp-is-the-future/f061618be4bc83284ed05388af134812 to your computer and use it in GitHub Desktop.
Save lisp-is-the-future/f061618be4bc83284ed05388af134812 to your computer and use it in GitHub Desktop.
Make naked terminal programs like sbcl nicer with rlwrap
# linux (ubuntu):
$ sudo apt install rlwrap
# use sbcl using it:
$ rlwrap sbcl
# enjoy!
# mac:
$ brew install rlwrap
$ rlwrap sbcl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment