开发者

How to make the functions available in clisp REPL?

Usin开发者_如何转开发g ~/.guile, the functions in money.scm are available automatically in guile REPL.

>cat ~/.guile 
(use-modules (ice-9 readline))
(activate-readline)

;(load "money.scm")
;(use-modules (money))

then how can i config the clisp REPL ?

BTW,

are there any "http://try-clojure.org/" similar site ?

Sincerely!


From the GNU Common Lisp man page:

Normally CLISP loads the user “run control” (RC) file on startup (this happens after the -C option is processed). The file loaded is .clisprc.lisp or .clisprc.fas in the home directory USER-HOMEDIR-PATHNAME, whichever is newer.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜