Created
September 10, 2018 09:08
-
-
Save lisp-is-the-future/f061618be4bc83284ed05388af134812 to your computer and use it in GitHub Desktop.
Make naked terminal programs like sbcl nicer with rlwrap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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