Last active
April 9, 2018 06:59
-
-
Save gtrak/7603678 to your computer and use it in GitHub Desktop.
EDN Resources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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