Fork me on GitHub
#cursive
<
2016-06-02
>
cfleming04:06:59

Yes, CLJC needs some love, definitely.

genRaiy06:06:14

I’m a big fan of the Cursive and was looking for a little help to reduce the repetitiveness of obtaining a REPL … I’m always creating a new REPL in each project and sometimes that’s OK (cos I want to set up specific env vars for example) but often I just want to code there. Do I just put up with a trivial amount of drudgery, for I know that’s what it is, or is there a more slick way of doing this that I’m unaware of?

cfleming07:06:10

@raymcdermott: The easiest way, I think, is to right-click project.clj in the project view and select “Run REPL for <project>"

cfleming07:06:44

I’m also planning to make a change that will automatically create a default REPL config when a lein project is created or imported.

genRaiy07:06:35

Boom - awesome, thanks @cfleming! I even see that shortcuts to Ctrl-Shift-R on my system :the_horns:

genRaiy07:06:22

And yes a default REPL would be a bonus

cfleming07:06:05

No doubt - that’s on my list as part of making the getting started experience better.