Open ryukinix opened 5 years ago
In my macOS, it seems to be worked well
brew install readline
https://formulae.brew.sh/formula/readlinesee https://github.com/vindarel/cl-readline
# Installation
Via Quicklisp (recommended):
(ql:quickload "cl-readline")
If you are using Homebrew on a Mac, please note that GNU Readline has keg-only formula, which means you may need to link the library yourself:
$ brew link readline --force
GNU Readline is not commonly available on Mac OS. How we can handle tihs?