@peccul is peccu

(love peccu '(emacs lisp cat outdoor bicycle mac linux coffee))

roswellでrlwrapを使う

今使っている環境だとros -w rlwrap runではなくrlwrap ros runで履歴を辿れた。

rlwrapを使うまで

  • rlwrapのインストール

brew install rlwrap

  • REPLの起動

rlwrap ros run

  • ファイルを読み込んでREPLの起動

rlwrap ros -l cool.lisp run

使っている環境

  • roswell
% ros version
roswell 0.0.6.69
build with Apple LLVM version 8.0.0 (clang-800.0.42.1)
libcurl=7.49.1
Quicklisp=2016-02-22
Dist=2016-10-31
lispdir='/usr/local/Cellar/roswell/0.0.6.69/etc/roswell/'
configdir='/Users/peccu/.roswell/'
% ros config
sbcl-bin.version=1.2.11
default.lisp=sbcl-bin

Possible subcommands:
set
show
  • OS X El Capitan(10.11.6)