Code Monkey home page Code Monkey logo

Comments (1)

sulami avatar sulami commented on June 9, 2024 1

Thank you for the kind words. Funnily enough I had never heard of Calca before, but it looks remarkably similar, multiple discovery strikes again.

You've got an interesting idea there. I can see how it can become a bit cluttered with a lot of named intermediate values.

The original reason why I included results on every line was that I'm doing line-wise processing, so each line can (in theory) be calculated with just itself and a map of variable names to values. It has since turned out that this is also useful to verify that things are working and there are no typos, which might be hard to track down if intermediate results are hidden.

In theory this should be possible though, we have all the data already, we could do the calculations, add them to our map but don't display an overlay, and then trigger the overlay manually.

Another complication is that especially with inserting the results, we're doing a lot of text-munging for lack of proper metadata (it's just text after all), and this would make it hard to reliably track the relationships between calculations and results across edits. We're already treading the hashrocket in a more magical way than I originally intended (I was planning to make that a defcustom).

This is not me saying wontfix, more laying out thoughts.

from literate-calc-mode.el.

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.