A Tour of the Acme Editor
research.swtch.com
A Tour of the Acme Editor
1–10 of 91 posts
Re: A Tour of the Acme Editor
#2Also wish Russ had shown acme in a full screen setup, one of the most awesome things about acme is how well it manages having tons of windows, and you don't get a real feeling for it without seeing it done in a real full screen large environment.
Re: A Tour of the Acme Editor
#3With per format program, possibly implicitely called based on extension, it could be extended to structural reference.
/foo/bar.c:function[2]/statement[3] would call an ANSI C parser and return the substream enclosing the :/expr/ passed.
Re: A Tour of the Acme Editor
#4The ':' syntax for inner reference is great. As the OP describes it, hypertext for files. With per format program, possibly implicitely called based on extension, it could be extended to structural reference. /foo/bar.c:function[2]/statement[3] would call an ANSI C parser and return the substream enclosing the :/expr/ passed.
Re: A Tour of the Acme Editor
#5The ':' syntax for inner reference is great. As the OP describes it, hypertext for files. With per format program, possibly implicitely called based on extension, it could be extended to structural reference. /foo/bar.c:function[2]/statement[3] would call an ANSI C parser and return the substream enclosing the :/expr/ passed.
That's how the plumber works: http://doc.cat-v.org/plan_9/4th_edition/papers/plumb
Re: A Tour of the Acme Editor
#6Re: A Tour of the Acme Editor
#7Earlier quoted context omitted.
That's how the plumber works: http://doc.cat-v.org/plan_9/4th_edition/papers/plumb
I was thinking of something at the os level, like the namespaces for windows.
plumb path/to/file.c:123
will send the file to whatever editor instance is set up to handle C files, and move the dot to line 123, from wherever it is invoked, be it the command line, the plumb bar.jpg
will open bar.jpg in whatever image viewer is appropriate. More or less, you can think of the plumber as a system level "take this text and do an appropriate action with it" service, where you can set up whatever rules you want to do the plumbing.I don't think there's a good reason for this to live inside the OS, instead of simply running as a service. I don't think there's any extra functionality or elegance that would buy you.
Re: A Tour of the Acme Editor
#8Earlier quoted context omitted.
I was thinking of something at the os level, like the namespaces for windows.
The plumber is effectively at the OS level. It's a userspace program, but it provides it services to the whole system at once. It's a global service that handles all plumbing between all programs. (Think "Android Intents". It's not too far off, conceptually.). Running, for example, plumb path/to/file.c:123 will send the file to whatever editor instance is set up to handle C files, and move the dot to line 123, from w…
Re: A Tour of the Acme Editor
#9Interestingly, I also see Light Table as an "Integrating" Development Environment - something that utilizes all the amazing tools out there and strings them together into a very fluid workflow. I think we need to decouple the raw functionality of dev tools from the experience of their use, since it seems to me the latter is infinitely configurable and far too subjective to get "right" in all cases.
Re: A Tour of the Acme Editor
#10Very neat. It seems to me the really interesting bit here is the ability to add execution meaning to arbitrary bits of text. Can anyone who uses Acme comment on whether or not that is primarily what gives Acme its power? Is there something else key to it that isn't shown cleanly in the video? Interestingly, I also see Light Table as an "Integrating" Development Environment - something that utilizes all the amazing to…
Execution of arbitrary text and loading/plumbing files/text with the mouse buttons is also really powerful for me, as you point out. I haven't finished watching the video yet (I'm at work), but in case he doesn't cover it, mouse chording is one of the most important capabilities in my mind. Makes copy-pasting significantly quicker.