[plt-scheme] Behind the scenes,
is everything running using continuation passing style?
Carl Eastlund
cce at ccs.neu.edu
Wed Nov 14 00:22:21 EST 2007
On Nov 14, 2007 12:02 AM, Grant Rettke <grettke at acm.org> wrote:
> Behind the scenes, is everything running using continuation passing style?
No. As I understand it, this used to be a common method for
implementing functional languages, but not any more. PLT Scheme
definitely doesn't.
--
Carl Eastlund
More information about the plt-scheme
mailing list