You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently incoming unrepl messages are parsed with edn.el. This is problematic because edn.el tries to parse them to Emacs data structures, which isn't able to represent all of Clojure's data structures.
On Jul 7, 2017 9:41 AM, "Bozhidar Batsov" ***@***.***> wrote:
The other problem is that edn.el depends on a totally unmaintained
library available only on EmacsWiki...
This requires more work on clj-parse though.
What's this? Some new Emacs Lisp library?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAB91HdSJ8-H4B16NlHouHdnV5-1v7Ksks5sLeEZgaJpZM4OLjRT>
.
Currently incoming unrepl messages are parsed with edn.el. This is problematic because edn.el tries to parse them to Emacs data structures, which isn't able to represent all of Clojure's data structures.
This requires more work on clj-parse though.
To illustrate some of the issues
The text was updated successfully, but these errors were encountered: