REPL では、通常どおり出力を取得できます。
(shell "head -3 ~/misc.lisp")
(asdf:make-build 'stumpwm :type :program :monolithic t
:move-here "."
:name-suffix ""
(shell "head -3 ~/misc.lisp")
ただし、スライムでは nil が得られます。
心から!
REPL では、通常どおり出力を取得できます。
(shell "head -3 ~/misc.lisp")
(asdf:make-build 'stumpwm :type :program :monolithic t
:move-here "."
:name-suffix ""
(shell "head -3 ~/misc.lisp")
ただし、スライムでは nil が得られます。
心から!