This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-13
Channels
- # admin-announcements (1)
- # beginners (53)
- # boot (355)
- # braid-chat (4)
- # cider (15)
- # cljsjs (3)
- # clojure (88)
- # clojure-austin (1)
- # clojure-new-zealand (4)
- # clojure-russia (46)
- # clojure-uk (7)
- # clojurescript (61)
- # component (2)
- # cursive (3)
- # data-science (5)
- # datomic (6)
- # dirac (49)
- # editors (8)
- # emacs (15)
- # funcool (15)
- # jobs (1)
- # ldnclj (10)
- # melbourne (1)
- # off-topic (14)
- # om (61)
- # om-next (2)
- # onyx (32)
- # re-frame (28)
- # reagent (19)
- # test200 (1)
- # vim (3)
thanks for the answer, looking forward to that!
Just of creative curiousity. Is there any way to interop emacs and clojure. Say I would want to make a clojure go loop that will make my emacs font color blink, would it be possible?
thanks, I think I will check out this book. M-x info I have ignored bit much in favor of emacs wiki and stackoverflow. I think I have coffee, play some Bach and go trough M-x info (probably takes more than one night I guess).
as for the other question - there's clomacs https://github.com/clojure-emacs/clomacs
this project seems to strive for the other direction, get clojure callbacks into emacs. But I may need to look deeper into this. I've already seen communication into emacs via udp connection, but that seems bit big of hammer for just a simple api that I was curious to know if such api existed. Thanks for the link.