Guile-Emacs Relaunched
emacsconf.org
Guile-Emacs Relaunched
1–10 of 43 posts
Re: Guile-Emacs Relaunched
#2Re: Guile-Emacs Relaunched
#3Re: Guile-Emacs Relaunched
#4One of those "Never Ever" projects. The idea appeals to me, but most of the emacs user community seems uninterested so I don't think it will ever succeed. Nonetheless, Godspeed.
using mainstream more structured language is good point go into emacs.
it also will lead to rewrite of some plugins. for example many rust rewrites just better c versions, but more consistent and structured. there was not reason not to rewrite these in c but better. very good for newcomers to unix world.
another point is async. i have heard that is one of problems of no async. if emacs has plan it could be intresting either doing async or properly avoiding. for me it is prove point emacs will not die with its creators.
Re: Guile-Emacs Relaunched
#5Gypsum https://emacsconf.org/2024/talks/gypsum/ started from guile-emacs afresh, but is way behind. And with Andrea's elispjit the guile port is probably not needed at all.
Re: Guile-Emacs Relaunched
#6I am hoping Guile the language (scheme) also will be supported alongside elisp.
Re: Guile-Emacs Relaunched
#7One of those "Never Ever" projects. The idea appeals to me, but most of the emacs user community seems uninterested so I don't think it will ever succeed. Nonetheless, Godspeed.
i am not user of emacs, but looking into as next switch. using mainstream more structured language is good point go into emacs. it also will lead to rewrite of some plugins. for example many rust rewrites just better c versions, but more consistent and structured. there was not reason not to rewrite these in c but better. very good for newcomers to unix world. another point is async. i have heard that is one of probl…
Are you really trying to tell use that Guile Scheme is more mainstream than Emacs Lisp?
Cmon, I'm pretty sure all schemes combined don't have a fraction of programmers or libraries as elisp alone.
Re: Guile-Emacs Relaunched
#8Re: Guile-Emacs Relaunched
#9will this make emacs fast , i understand guile is a nicer language than elisp, but if its not significantly faster, this i think will go nowhere
(the second but minor flaw, it need better graphics, nicer ways to represent directory trees or git branches, other than ascii, but if emacs becomes fast, i can live with that)
Re: Guile-Emacs Relaunched
#10i have one question, for me emacs have only 1 major flaw (or you can call it drawback) , its slow, some extensions are very very slow , magit for me is the prime example , json-navigator is another will this make emacs fast , i understand guile is a nicer language than elisp, but if its not significantly faster, this i think will go nowhere (the second but minor flaw, it need better graphics, nicer ways to represent…
Also as a significant change since the last attempt, elisp got a proper native compiler.