2016-07-14 18:18 GMT+02:00 Timothy Baldridge <[email protected]>: > Anything found in src/user.clj will be automatically loaded when lein repl > starts. >
That works only for that directory. With my Bash script the functions where always included. Is there no way to do it always? > On Thu, Jul 14, 2016 at 7:52 AM, Cecil Westerhof <[email protected]> > wrote: > >> When I first worked with Clojure I used a Bash script with had: >> rlwrap java -cp "${CP}" clojure.main --init "${CLOJURE_INIT}" --repl >> >> In this way I had several of my own functions in the REPL. Now I started >> again with Clojure I understood I should use ‘lein repl’. Is there a method >> to get my own functions also included when using ‘lein repl’? >> > -- Cecil Westerhof -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
