Fork me on GitHub
#editors
<
2015-06-10
>
cfleming02:06:45

Cursive 0.1.55 is (finally!) out, bringing type inference in the editor for much nicer Java interop: https://cursiveclojure.com/archive/1243.html

danielcompton02:06:46

@cfleming: lotta meth in this new release

cfleming02:06:20

@danielcompton: Yeah, it turned out huge - much bigger than I expected.

cfleming02:06:48

@danielcompton: I had plenty of rabbit holes still to go down, but I had to draw the line somewhere!

borkdude06:06:16

@bozhidar: When I start an inferior-lisp program with Prelude, I can't send it expressions with C-x C-e etc. Should I be able to?

borkdude06:06:51

I am using inferior-lisp to start 'lein figwheel' which gives a cljs repl

bozhidar06:06:58

seems to me you should be using inf-clojure actually

bozhidar06:06:50

to be able to send some expressions with inferior-lisp from a Clojure buffer you have to enable there some minor mode

bozhidar06:06:16

haven’t used this in a while, so I don’t really remember the exact workflow

bozhidar06:06:37

I vaguely remember there was some integration with clojure-mode in the past

bozhidar06:06:52

but I removed in when I wrote inf-clojure

borkdude07:06:35

I'll try that then

borkdude07:06:03

@bozhidar: is inf-clojure compatible with cider? I want to use both, but inferior-lisp only sometimes

bozhidar07:06:37

you can’t used them in the same time

bozhidar07:06:51

as their minor modes share the same keybindings

bozhidar07:06:10

but if you’re using one a time, everything will be fine

borkdude07:06:26

that's what I meant yes

bozhidar07:06:30

having them both installed is not a problem

borkdude07:06:04

@bozhidar: I was already planning to listen it during my gym workout today simple_smile

bozhidar07:06:09

if you’re interested in cider & emacs you might find this podcast interesting

erichmond10:06:43

@bozhidar: your style guide was hugely influential when I started with clojure. Thanks!

martinklepsch10:06:33

@bozhidar: I was recently discussing conventions for naming protocol impl functions and didn’t find anything in the style guide, you think that’d be something worth adding?

ppold14:06:07

How do spacemacs/evil users deal with executing C-x C-e at the last paren in normal mode? The command runs on the PREVIOUS paren 😧

bozhidar14:06:38

@martinklepsch: Sure. PRs welcome!

chris14:06:47

@bozhidar: listening to your cognicast episode right now, this is great

jballanc19:06:38

I was able to fix it just by following the advice about evil-move-cursor-back

ppold22:06:22

@jballanc: awesome! I subscribed to that thread to know when they accept the PR.