other-languages

here be heresies and things we have to use for work
ustunozgur 2017-05-19T15:21:56.797905Z

"It's got one hell of an IDE. Lately I've taken to writing new files in Emacs, which lets me bust out a ton of code very quickly, code which just happens to be full of horrible errors. And then I open it in IntelliJ and hit Alt-Enter like 50 times while the IDE fixes everything for me. It's a great symbiosis." I do something similar with Cider and Cursive.

roberto 2017-05-19T15:38:31.184377Z

Hahaha, yeah, I found that weird. I miss writing Kotlin in IntelliJ when I’m writing clojure.

roberto 2017-05-19T15:39:25.205292Z

I don’t know why yegge would have that weird work flow tho. After a certain stage in a project, I don’t really write too many line of codes, so the typing speed isn’t an issue. I guess he is always writing green field projects.

sveri 2017-05-19T19:32:58.993057Z

What I usually do, is open up eclipse for java or cursive for clojure, write my code, write tests or test it in the repl and get instant feedback. The advantage is, I dont need to fix errors 50 times after writing what I thought might work 😄