Giter Club home page Giter Club logo

Comments (2)

Miciurash avatar Miciurash commented on May 28, 2024

@gbracha I'd like to know more on this.

from newspeak.

gbracha avatar gbracha commented on May 28, 2024

MemoryHole is the system that provided (Newspeak-language aware) support for source-control within the Newspeak IDE. It was in use from the Squeak Smalltalk based Newspeak system. It communicated with the local git (and hg, if so desired) command line tools and provided a GUI that showed structured diffs between the running IDE's code and git (or hg, but never mind) repos. The diffs were structured, so they would list specific classes and methods that had been added/removed/modified, with textual diffs only within methods.

You can see a description of how that was used at:
https://newspeaklanguage.org/ns101/ns101.html#sec-how-does-source-control-work

None of this is available in the web based IDE, because of the difficulty communicating with git. There are various web-based git clients, but it's not clear how well they work and how to integrate them etc.

I'll mention one more major benefit of having access to git: we once had a feature where every accepted change was committed to a special local repo; this allowed for infinite undo.

Hopefully this clarifies what this issue is about.

from newspeak.

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.