Fork me on GitHub
#cursive
<
2017-10-18
>
tengstrand09:10:13

I upgraded IDEA to Community 2017.2, and now I can’t send values to the REPL via <Cmd>+<Enter> on my Mac. If I have the statement “(eval 123)” then it works but if I try “123" then nothing happens.

tengstrand09:10:44

I run Cursive 1.6.1-2017.2.

guy11:10:14

Hi sorry im sure this has been asked before, but i'm getting

12:22	Error running 'repl': Invalid javascript engine (javascript)
When i'm just trying to run a repl in cursive.

guy11:10:22

Does anyone know what to do?

souenzzo12:10:33

awesome new(?not sure when added?) feature: warn about wrong ns/file path.

kenny18:10:26

Excited that this will be included in the next release! https://github.com/cursive-ide/cursive/issues/1470. Will this list (https://github.com/cursive-ide/cursive/issues/1470#issuecomment-337448508) of functions be extensible?

ikitommi20:10:19

the #1470, looking forward to the release! should defmethod be listed as possible source too?

kenny20:10:30

@ikitommi I doubt it as defmethod can dispatch on other things besides keywords. Also, I'd bet the impl would be slightly different.