Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move classes to support, allow dep injection to use other hash_map etc. e.g. mori #9

Open
shaunxcode opened this issue Jun 10, 2013 · 1 comment

Comments

@shaunxcode
Copy link
Owner

It would be nice to move out the support classes for hash_map, vector etc. so that jsedn is mainly the reader and the underlying implementations can be changed easily. Technically this can be done already by just doing edn.Map = MyOtherMap so really this is just about breaking out the default implementations into their own file so that in theory one could build a version w/o them that would utilize mori or the es6 hashmap etc.

@typeetfunc
Copy link

@shaunxcode Thanks for great and very useful library.
If you're interested i write babel plugin for precompile EDN into mori data structures.
https://github.com/typeetfunc/babel-plugin-datascript#example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants