editors

Discussion about all editors used for Clojure/ClojureScript
2016-04-04T08:03:24.000088Z

Has anyone here gotten flycheck to work with emacs-live?

2016-04-04T08:03:32.000089Z

or for emacs-live to work with elpa?

2016-04-04T08:48:20.000090Z

Also are you guys able to switch namespaces in production grade code using nrepl(cider)?

2016-04-04T08:49:02.000091Z

I keep getting "CompilerException java.lang.ClassNotFoundException"

2016-04-04T09:22:05.000092Z

urbanslug: there is a #C0617A8PQ channel where you might find more people who can help you with your questions

2016-04-04T09:22:46.000093Z

@otfrom: Due to my clj inexperience I was making a bad call to in-ns

2016-04-04T09:22:53.000094Z

though I've not had that problem when switching namespaces

2016-04-04T09:23:07.000095Z

(in-ns ā€˜<namespace>) not (in-ns <namespace>)

2016-04-04T09:23:14.000096Z

quote macro issues.

2016-04-04T09:23:55.000097Z

I use C-c M-n to switch namespaces in the repl using cider

2016-04-04T09:24:15.000098Z

Wow thanks, let me try that.

2016-04-04T09:24:51.000099Z

and don' t worry about being new. With the size of emacs I'm always finding something new (and I've been using it for 18 years)

2016-04-04T09:24:53.000100Z

šŸ˜„

2016-04-04T09:25:03.000102Z

(and I still can't type)

2016-04-04T09:25:14.000103Z

haha I meant new to clj

2016-04-04T09:25:25.000104Z

Though Iā€™m also relatively new to emacs

2016-04-04T09:25:46.000105Z

18 years? LOL I feel like a kid.

2016-04-04T09:26:21.000106Z

@otfrom: Do you use emacs-live?

2016-04-04T09:27:00.000107Z

C-c M-n wins!!!!

2016-04-04T09:28:33.000108Z

I did for a while, but not at the moment. I'm using this now https://github.com/otfrom/home-lightsaber-kit

2016-04-04T09:33:06.000110Z

Thanks

2016-04-04T09:39:28.000111Z

emacs-live is pretty cool. I've gone through a number of emacs configs though, then declare config bankruptcy and do it all over again. I get a bit better each time and learn new tricks (I once had about 6kloc of emacs config, though a lot of that was c++ templates in skeleton-mode)

2016-04-04T11:13:49.000112Z

Jesus, 6k lines of config.

2016-04-04T13:08:13.000113Z

urbanslug: yeah, well, most of the lines were in those skeleton-mode templates. I also had something that generated java classes from horrible oracle stored procedure interfaces. It was a grim time. šŸ˜‰