Earlier quoted context omitted.
REmacs is a very interesting development... https://github.com/Wilfred/remacs/blob/master/README.md
It'd be amazing if it crystallizes in a few years. Improving the old parts of Emacs, especially GUI code and low level things is a must. Rust seems like an ideal replacement for C. Great performance, much better safety guarantees. Equally important is perhaps improving elisp concurrency. The jury is still out on whether this will happen by migrating to Guile Scheme [1]. [1] https://www.reddit.com/r/emacs/comments/4zt…
The Craft of Text Editing (1999)
21–30 of 51 posts
Re: The Craft of Text Editing (1999)
#22Earlier quoted context omitted.
REmacs is a very interesting development... https://github.com/Wilfred/remacs/blob/master/README.md
It'd be amazing if it crystallizes in a few years. Improving the old parts of Emacs, especially GUI code and low level things is a must. Rust seems like an ideal replacement for C. Great performance, much better safety guarantees. Equally important is perhaps improving elisp concurrency. The jury is still out on whether this will happen by migrating to Guile Scheme [1]. [1] https://www.reddit.com/r/emacs/comments/4zt…
Re: The Craft of Text Editing (1999)
#23Fun blast from the past. The original version of this shipped with Mark of the Unicorn's Mince/Scribble package for CP/M. (Mince = Mince Is Not Complete Emacs)
Glad to see someone remembers that! (I was a cofounder.) The sources for the original version of Mince were lost long ago. It's too bad; they were very clear (thanks to the skills of Jason Linhart, the primary author, as well as Craig) and would have made a great example for study.
Thanks, it was a really nice editor.
Re: The Craft of Text Editing (1999)
#24Re: The Craft of Text Editing (1999)
#25I never understood why these webpages can't have like, 4 lines of CSS to make them much more readable. Preserve the older aesthetic I guess?
Re: The Craft of Text Editing (1999)
#26I never understood why these webpages can't have like, 4 lines of CSS to make them much more readable. Preserve the older aesthetic I guess?
Re: The Craft of Text Editing (1999)
#27I never understood why these webpages can't have like, 4 lines of CSS to make them much more readable. Preserve the older aesthetic I guess?
What 4 lines would those be?
body {
margin: 1em auto;
max-width: 40em;
font: 1.2em/1.62em sans-serif;
}
That seems like a good startRe: The Craft of Text Editing (1999)
#28Re: The Craft of Text Editing (1999)
#29I never understood why these webpages can't have like, 4 lines of CSS to make them much more readable. Preserve the older aesthetic I guess?
Re: The Craft of Text Editing (1999)
#30Earlier quoted context omitted.
It'd be amazing if it crystallizes in a few years. Improving the old parts of Emacs, especially GUI code and low level things is a must. Rust seems like an ideal replacement for C. Great performance, much better safety guarantees. Equally important is perhaps improving elisp concurrency. The jury is still out on whether this will happen by migrating to Guile Scheme [1]. [1] https://www.reddit.com/r/emacs/comments/4zt…
I believe Rust is too young a language to replace C in Emacs. I'd be happier if it was a standardised, time-tested language with a large user base and lots of docs.