viebel / klipse-repl

Beginners friendly Clojure REPL
45 stars 3 forks source link

leiningen-kalipse start in my project core namespace, and acces clojure.repl functions #6

Open mikelemus27 opened 5 years ago

mikelemus27 commented 5 years ago

im new in clojure im trying in leiningen so i get this alias

image

and i run image

it start in user=>

so i tryed to get into my core namespace image

and get this image

how can i get this repl start in my .core namespace? and get access to clojure.repl functions since klipse repl start? tks

viebel commented 5 years ago

Can you share the folder structure of your project?