0
在ghci中,我可以使用 「cd」 命令,如下改變當前目錄:如何更改clisp的當前目錄一旦啓動?
$cat ~/.ghci
:def hoogle \str -> return $ ":! hoogle --count=15 \"" ++ str ++ "\""
:cd /media/E/work
:load Money
Then once started, ghci will change its current directory. Can i do the same thing in clisp ? Maybe need to modify ~/.clisprc ... ?
祝商祺!