Giter Site home page Giter Site logo

Comments (4)

aearly avatar aearly commented on July 18, 2024

Looks like you might have to use a dependency-injection styled strategy if you distribute a library that relies on mori and will return mori collections, or otherwise might have multiple mori versions in your app. For example:

var mori = require("mori");
var myLib = require("my-lib")(mori);

var foo = myLib.getSomeCollection();

console.dir(mori.clj_to_js(foo)); // works because foo is defined using the same verison of mori

from mori.

tgriesser avatar tgriesser commented on July 18, 2024

Yeah, that would definitely be another approach - just gets to be a bit of a hassle if you want to use persistent data structures in a lot of libraries, pretty much everything then turns into that style of module loading.

I just wanted to see if this was fundamentally impossible to work-around with how the library and such are compiled. Thinking about it a bit more, I'm realizing it probably is, but figured I'd check anyway.

from mori.

swannodette avatar swannodette commented on July 18, 2024

There's nothing to see here, npm doesn't magically solve dependency issues. This will plague any popular data structure library. All workarounds require complications & performance degradations which we're not going to pursue.

from mori.

tgriesser avatar tgriesser commented on July 18, 2024

Sounds good, thanks. Is this worth noting in the docs at all? If so I can open a PR for that.

from mori.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.