Skip to content

Instantly share code, notes, and snippets.

@gtrak
Last active April 9, 2018 06:59
Show Gist options
  • Save gtrak/7603678 to your computer and use it in GitHub Desktop.
Save gtrak/7603678 to your computer and use it in GitHub Desktop.
EDN Resources
Obligatory Philosophical Rich Hickey talk about systems-level IPC and data formats
http://www.youtube.com/watch?v=ROor6_NGIWU
* EDN
EDN Spec and Rationale:
https://github.com/edn-format/edn
EDN .NET impl (besides clojure-clr):
https://github.com/edn-format/edn-dot-net
EDN Java impl (besides clojure):
https://github.com/bpsm/edn-java
EDN JS impl:
https://github.com/shaunxcode/jsedn
More impls:
https://github.com/edn-format/edn/wiki/Implementations
* Fressian
Fressian(Binary) wiki:
https://github.com/Datomic/fressian/wiki
clojure data.fressian:
https://github.com/clojure/data.fressian
pure java fressian impl:
https://github.com/Datomic/fressian
.NET fressian impl:
https://github.com/fressian/fressian-clr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment