开发者

How to make the functions available in clisp REPL?

开发者 https://www.devze.com 2023-03-30 12:17 出处:网络
Usin开发者_如何转开发g ~/.guile, the functions in money.scm are available automatically in guile 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

精彩评论

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