cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
practicalli-john 2020-08-05T09:56:08.011600Z

Any recommendations for books / tutorials / blogs to learn elisp enough to help me hack on CIDER ?

justinbarclay 2020-08-07T21:24:57.019900Z

I can't comment on reading docs or articles too much... But I have found C-h f , C-h v , M-. and C-u C-M-x have helped me learn a ton about whatever I'm trying to hack on. (Define function, define variable, xref-find-definitions, and eval-defun+edebug-it)

justinbarclay 2020-08-07T21:29:46.020900Z

Xah Lee also has an intro to elisp series http://ergoemacs.org/emacs/elisp_basics.html

Johannes F. Knauf 2020-08-05T10:06:55.012300Z

These are the resources, I used. But I am far from being an expert. What I think is far more difficult than learning the elisp language is getting a grasp of the ecosystem that is in use nowadays.

Johannes F. Knauf 2020-08-05T10:07:18.012500Z

But for hacking on an existing package that should be fine.

practicalli-john 2020-08-05T11:52:56.012700Z

Thanks, its useful to know which things you used. I'll be adding what I find useful to the Practicalli Spacemacs book and to http://docs.cider.mx if I find any extra tips on Hacking CIDER.

👍 1