defnpodcast

#1 podcast focusing exclusively on Clojure and ClojureScript
2019-12-23T11:37:20.007800Z

Really enjoyed listening to @mkvlr and you guys chat. Learned a lot indeed. The questions and responses around the journey into Clojure, comparisons to related technologies (elm/elixr), and getting started where especially valuable to me. As I'm very very new to the clojure{script} world and suffering from the usual "Which editor{plugin}, which build tool, which UI lib/framework, which backend lib/framework, which tdd, which repl setup" And while all that is too much to ask in one podcast, I would love to hear a 2020 "Entry to Clojure" series, where the options are presented and discussed with various experts. Of course, the emacs (cider?) subject matter expert would undoubtably be @vijaykiran. Any santa, thats what I want for Xmas 🎅

borkdude 2019-12-23T11:43:36.009Z

@cam.asoftware Choose the editor you're most comfortable in. If you don't care, choose Visual Studio Code with Calva (free) or Intellij + Cursive (paid).

borkdude 2019-12-23T11:45:03.010800Z

@cam.asoftware Here's a nice overview for IntelliJ: https://adriansmith.io/clojure-setup.html

😀 1
2019-12-23T11:45:13.010900Z

Thanks @borkdude I use VS Code now, but was worried about how well supported clojure was. I am mostly excited about being able to evaluate blocks of code in the editor itself, do you know if calva can do that?

2019-12-23T11:45:32.011100Z

Oh Nice!

borkdude 2019-12-23T11:45:51.011600Z

yeah, Calva can do it. Enter #calva-dev for more info

2019-12-23T11:46:04.011900Z

Perfect, thanks for that info!

2019-12-23T12:25:02.013900Z

Ahh, ok perfect @mkvlr i'll watch that now 🙂