emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: continuation passing in Emacs vs. JUST-THIS-ONE


From: Richard Stallman
Subject: Re: continuation passing in Emacs vs. JUST-THIS-ONE
Date: Mon, 13 Mar 2023 23:58:54 -0400

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > TL;DR: (Why) is there no standard way for continuation passing
  > style[1] ("event driven") programming in Emacs?

I implemented Emacs Lisp using simple, natural C data structures
including the C call stack.  This does not lend itself to implementing
continuations.

To change that would be enormous trouble, and i expect it would cause
a big slowdown too.  In my opinion, continuation-passing style is not
worth that downside.


-- 
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]