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

Smaller immutability utility #8

Open
jasonkuhrt opened this issue Jun 21, 2014 · 1 comment
Open

Smaller immutability utility #8

jasonkuhrt opened this issue Jun 21, 2014 · 1 comment

Comments

@jasonkuhrt
Copy link

I haven't looked into how exactly you're relying on mori but just a thought, if you're only after the immutability features then it might be worth considering ancient-oak?

https://github.com/brainshave/ancient-oak

Cheers

@lantiga
Copy link
Owner

lantiga commented Jun 21, 2014

Right now mori functions are made namespace-globals by default in all namespaces, so you have access to constructors and the mori API.
In fact though, the only place where mori functions are called directly from the generated code is literals for vectors and hash-maps ([] {}) and :keywords, so in principle it is conceivable to decouple ki from mori and open up the possibility of working with other libraries. The idea is certainly worth exploring.
BTW, ancient-oak is very nice work, thanks for pointing it out. If you have ideas on the possible integration I'll be happy to hear them. I'll probably give it a shot as well.

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

No branches or pull requests

2 participants