Fork me on GitHub
#editors
<
2015-06-12
>
martinklepsch07:06:46

@andrewvida: I think live evalutation is really great and I’m not sure to what extent Atom supports it. (Last time I checked I couldn’t get it to work.) I think Cursive is a great option for people just starting out simple_smile

sveri07:06:48

@andrewvida: +1 for lighttable for learning clojure

rauh12:06:03

Anybody using VIM bindings in Cursive? Usable? I'm still with Emacs +Evil.

martinklepsch12:06:57

@rauh: recently used Cursive for like 10min and it was ok

andrewvida12:06:18

@martinklepsch I was able to get it working with this plugin yesterday (https://atom.io/packages/nrepl). It worked pretty well.

martinklepsch12:06:07

@andrewvida: that’s cool to hear. Like really really well or somewhat well? (We’re still uncertain what editor to choose for an upcoming ClojureBridge workshop)

andrewvida12:06:06

Cursive, for whatever reason, just feels like it’s too much for me. There’s a lot of stuff going on.

andrewvida12:06:33

@martinklepsch I was able to eval simple forms, but haven’t tried it with anything complex yet. The only thing I didn’t like is that when it threw an exception, the entire message wasn’t displayed. it didn’t give me enough info to figure out what happened. I’m sure it’s probably an easy fix within the plugin though.

damionjunk17:06:45

Has anyone ran into an issue of sun.security.validator.ValidatorException: PKIX path building failed while updating to the latest version of Cursive? (0.1.55)

damionjunk17:06:09

@andrewvida: In the REPL pane, you can expand the exceptions Print Last Exception. I think you can bind that to a key too if you wanted.

damionjunk17:06:18

You’ll see the full stack trace

damionjunk19:06:32

i’m wondering if a download somewhere is jacked..

erichmond19:06:39

@martinklepsch: I use cursive exclusively now, and it's been great for me. It should be noted I've always enjoyed fuller IDEs. In fact, I prefer VIM or the heaviest IDE I can find. heh

erichmond19:06:54

I updated when it first came out, I have had download issues with it before

erichmond19:06:03

So you may be right

damionjunk19:06:11

i’m also 100% cursive, I previously used Emacs + Evil mode

erichmond19:06:23

He often has direct links that you can load direct from disk

damionjunk19:06:24

but cursive does everything I need + more, and easier.

damionjunk19:06:18

i still use emacs for text notes, markdown, and some stuff like that. or vim.

damionjunk19:06:02

@erichmond: cool, i’ll try installing one of those. I don’t really need any of the fixes in the release, i just keep getting an annoying intelliJ warning every time it tries to run the update.

andrewhr19:06:33

@erichmond: hahaha, same here. Full terminal + vim OR Intellij + Cursive

erichmond19:06:47

@andrewhr: it's the holy grail!

damionjunk19:06:25

one nice thing about emacs is that if you pair that with an ErgoDox or Kinesis Advantage keyboard, nobody will ever be tempted to try to use your computer to accomplish anything.

damionjunk19:06:09

manually copying the clojure-plugin directory worked. no more annoying warning messages. simple_smile

erichmond19:06:52

@damionjunk: that is hilarious

erichmond19:06:23

I have a Kinesis keyboard, a great side effect is that it makes the CEO and chair of the board feel like my salary is justified

erichmond19:06:42

(If he's using that thing, he MUST be good)

damionjunk19:06:55

@erichmond: It’s a good strategy to defend against people who want to pair with you while eating doritos or other nasty snacks too. simple_smile

damionjunk20:06:48

I have the Advantage with the mx-red switches. I cycle keyboards a bit to keep my hands guessing. I’m typing on a noisy Filco TKL with blues right now.

erichmond20:06:16

wow, I didn't know they made thos

erichmond20:06:40

also, why does autocorrect only correct things I've spelt correctly and ignores mistakes like the ones above?

damionjunk20:06:04

Yeah, the Advantage is great, and it’s even better with reds. I had both versions for a while (red/brown) and eventually sold the one with browns. Hard to justify multiple expensive mech-keyboards just laying around.

not-much-io20:06:20

Hi everyone, I am rather new to using Cursive and I have a small problem. I open up the repl and switch to cljs. But it still seems to be a clj repl. (js/Date.) CompilerException java.lang.RuntimeException: No such namespace: js, compiling:(/home/kristo/.IdeaIC14/system/tmp/form-init2826178497227697999.clj:1:1)

damionjunk20:06:39

I’ve not hooked my cursive repl up to cljs stuff yet.