Fork me on GitHub
#off-topic
<
2023-12-12
>
Daniel Craig02:12:32

Hoping to see a Conj 2024 announcement soon :)

3
Alex Miller (Clojure team)03:12:12

Will be a while, but we’re working on it, targeting fall ‘24

❤️ 17
Nundrum21:12:51

I did a write-up of some things I learned while trying to figure out how to get into the ClojureScript world. Also figured out how to use #cryogen and build my own theme for it 😉 Feedback welcome. https://blog.nundrum.net/posts-output/2023-12-07-clojure-to-clojurescript/

👍 1
James Amberger04:12:13

Just off the cuff: I’m a satisfied Fireplace user and wonder what troubles you encountered. Haven’t tried Conjure, open to a pitch (though it’s neovim only?).

borkdude09:12:46

@U02UHTG2YH5 The #C8NUSGWG6 channel is suited for posting articles like this :)

Evan13:12:16

I actually just switched to Fireplace due to issues running tests from Conjure, however I don’t use Clojurescript, so the setup from Conjure may be easier.

Nundrum15:12:19

@U032EFN0T33 Switching between Clojure, Babashka, and Shadow-Cljs projects became very difficult. Cider-nrepl would work in one project, but then not in another, and I just reached a point that I had invested too much time trying to fix it. Yes, Conjure requires neovim, though the transition for me was slightly bumpy it was still far less time than I had spent trying to debug the fireplace/nrepl config.

Nundrum15:12:38

@U04V15CAJ Thanks, I'll do that!

Nundrum15:12:06

Oh - and Conjure has one killer feature for me. Something I had asked if it could be added to vim-fireplace. The ability to mark a form and then eval at that mark at any time. When I was doing Clojure2D a bunch that would have been extremely handy.

James Amberger14:12:47

Oh that was you? Thought it was a great idea.

James Amberger14:12:03

it isn’t perfect but you could do

:'a,'bEval

Nundrum14:12:08

Ah, I didn't know it was that simple

James Amberger15:12:44

well, it’s not super simple, you would have to make sure that your form and only your form is on those lines. it should be improved so that one character mark gets you evaluation of the form that contains that character