In addition to what Bozhidar mentioned:

I also work on https://github.com/clojure-emacs/clj-refactor.el which 
communicates with a backend, 
https://github.com/clojure-emacs/refactor-nrepl, which is written in 
clojure.  For now we've been limiting ourselves to data structures which 
are eaily readable in emacs lisp (strings, lists, association lists etc) 
but for more complex values I'd like to use edn and edn.el.

I've also realized that when I need a 'client' for something, hacking 
together something in emacs is incredibly easy.  I often feel like I get 
more than the proverbial 80% when I invest 20% of my efforts on top of 
emacs :)  Take a look at this incredibly cool demo of a REST client written 
in emacs: http://emacsrocks.com/e15.html

On Monday, April 13, 2015 at 11:25:20 PM UTC+2, Blake Miller wrote:
>
> Cool! May I ask what your motivation was for this?
>
> On Saturday, April 11, 2015 at 3:09:28 AM UTC-7, Lars Andersen wrote:
>>
>>  https://github.com/expez/edn.el 
>>
>> is a library for reading an writing edn from emacs lisp.
>>
>>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to