Earlier quoted context omitted.
vscode can only be customized by an extension. There's a bunch of one off plugins you have to install to get little bits of functionality that you can get by pasting 15 lines of elisp from the emacs wiki. If no one has built that extension yet, you have to learn to build one yourself. You could always create private "personal" extension and keep it local, but that workflow is tedious. I'm not saying vscode is less ex…
I'd argue this is a feature more than a bug. I haven't done much with VSC, but I have done a lot with both atom and emacs (via spacemacs). How do you find out even the name of what you are looking for to find it on the wiki? Is that snippet of elisp tested (or even testable?) What does it do exactly? Is it a passive effect, or something you have to execute a command to run? In atom, you can find packages on the websi…
Emacs 26 Brings Generators and Threads
161–170 of 175 posts
Re: Emacs 26 Brings Generators and Threads
#162Earlier quoted context omitted.
Both Atom and VSCode are multiplatform and can run on any platform emacs can. Hell there's a version of it that runs in-browser. Both have commercial backing and the platform is built ok Chrome. Hard to imagine a world where any of that adds up to ephemeral.
Any platform? Like the terminal on my server?
Re: Emacs 26 Brings Generators and Threads
#163Earlier quoted context omitted.
Both Atom and VSCode are multiplatform and can run on any platform emacs can. Hell there's a version of it that runs in-browser. Both have commercial backing and the platform is built ok Chrome. Hard to imagine a world where any of that adds up to ephemeral.
I'd love to use Atom on a little QNX system, can you tell me where I can find the Atom distribution? It's possible to build Emacs on it.
Re: Emacs 26 Brings Generators and Threads
#164Earlier quoted context omitted.
Wouldn't call assembly programming "highly verbose". If anything it's opposite - very little boilerplate, if at all.
Do we have different ideas of what boilerplate is? Almost everything in assembly is boilerplate because there are no advanced, built in features. (Sure, modern x86 assembly is a complex language with many advanced builtins but they are generally meant to express solutions in the x86 domain, not the business domain.)
> In computer programming, boilerplate code or boilerplate refers to sections of code that have to be included in many places with little or no alteration.
Re: Emacs 26 Brings Generators and Threads
#165Earlier quoted context omitted.
Brief, Multiedit, Codewright, Semware, Slickedit and Epsilon used to keep the lights on at many programming/tech magazines. You don't hear much about them anymore... Clark Maurer still updates Slickedit at least annually though.
You made me curious as I'd never heard of any of these editors... (except for Slickedit, I think) A bit of digging around: Brief seems completely dead, was killed off by Borland. Multiedit seems operational: http://multieditsoftware.com/ It doesn't seem to active, but you can still buy the product. Semware is still technically "alive": http://www.semware.com/ It was last updated in 2005, so there's that :) Slickedit:…
Re: Emacs 26 Brings Generators and Threads
#166Earlier quoted context omitted.
The cursor stays in the viewport because, deep down, Emacs still thinks that it's outputting to a 1970s-era ASCII terminal. See this https://www.facebook.com/notes/daniel-colascione/buttery-smo... “Internally, Emacs still belives it’s a text program, and we pretend Xt is a text terminal, and we pretend GTK is an Xt toolkit. It’s a fractal of delusion.” For years, James Gosling, author of the first version of Emacs th…
Regarding Emacs vs. VS Code, it is kind of funny that Emacs was once the canonical big, fat, bloated editor, but it did not grow much bigger since then. So today, Emacs is kind of lightweight: On my work computer, VS Code will easily gobble up half a gigabyte of RAM with only a handful of files open, while Emacs with dozens of buffers consistently stays below 100 MB. Compared to nvi or mg, GNU Emacs is still pretty b…
Re: Emacs 26 Brings Generators and Threads
#167Earlier quoted context omitted.
All jokes aside, is it the ui if vscode that you prefer? I have a hard time nailing it down, but aside from configuration, I do like vscode. I might use it more if we weren’t stuck in an old version of rhel at work.
The dream is to have an Emacs with a modern UI like VSCode
For me, the only thing emacs has going for it are the plugins. If I could get the plugins I use in VSCode I'd never look back. Mainly this comes down to CIDER. But a lot of people have put person-years of work into cider. And it's hard to imagine them embracing vscode.
Rather than porting plugins or making an elisp interpreter, if I were passionate enough about it, I would look for a path to being able to run a bridge (as a vscode plugin) to a headless emacs.
I have no clue how that would be done, but If I chose to believe it was possible, I would try to write an network based API to emacs as an elisp plugin to start, enabling other front ends as neovim does.
Re: Emacs 26 Brings Generators and Threads
#168Earlier quoted context omitted.
I'd love to use Atom on a little QNX system, can you tell me where I can find the Atom distribution? It's possible to build Emacs on it.
That's my bad, I should expect stupid responses when I make a stupid statement. Major platform where, you know, it makes sense to have. You'd "love" to have Atom on your realtime OS? For what, exactly?
Re: Emacs 26 Brings Generators and Threads
#169Re: Emacs 26 Brings Generators and Threads
#170Earlier quoted context omitted.
No, like your browser since it's a GUI? A terminal isn't a platform.
Not all environments have GUI or need to have it