i open racket in bash shell, in order support xrepl, need execute (require xrepl) command first. there way start racket , execute command above automatically?
see installing xrepl, part bolded below:
to use xrepl, start racket , enter
(require xrepl). know works when prompt changes->, and, if you’re working on capable terminal, have readline editing. can start racket , ask xrepl loaded using command-line arguments:
racket -il xreplif want enable xrepl automatically, add expression racket initialization file. easy way necessary editing enter
,install!, inspect , edit initialization file (it describe change , ask permission). alternatively, can edit file directly: on unix,~/.racketrc, , other platforms evaluate(find-system-path 'init-file)see is.
Comments
Post a Comment