Giter Site home page Giter Site logo

Comments (1)

rolyp avatar rolyp commented on July 28, 2024

It seems there's an inconsistency between the idea that values can be "shared" (e.g. bound to a variable which is used non-linearly) and the idea that availability annotations are combined conjunctively. If I bind a particular instance of the number 5 to x, and then use x in two places with distinct availabilities, I cannot reflect those distinct availabilities at the uses, because they have to be intersected. There is a similar situation with all the non-terminal forms (application, let, etc), since they share values with a subcomputation.

It's worth noting that it is sharing within a computation which is problematic for slicing, whereas for "differential" execution we are actually only interested in sharing across computations. Perhaps we can somehow have the latter in a useful way while precluding the former?

Related thought: I haven't yet considered how this notion of (where?) provenance is related to the scheme for identifying nodes in the computation. If we identify nodes in such a way that (otherwise shared) nodes are always discriminated by their "usage" context (e.g. so that for example the identity of the value of an application depends on the identity of the application expression), then perhaps these notions start to become related: my identity is the set of nodes that need to be available for me to be available, and my availability is the conjunction of the availability of those nodes.

from fluid.

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.