emacs-devel
[Top][All Lists]
Advanced

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

Re: [0/10] threads for emacs


From: Daniel Colascione
Subject: Re: [0/10] threads for emacs
Date: Thu, 09 Aug 2012 18:42:12 -0700
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1

On 8/9/2012 12:59 PM, Tom Tromey wrote:
> Tom> Plus I have a to-do list...

This patch set is powerful enough to support Python-style generators, yes?
Coroutines would be insanely useful for fontification. I have a half-working
parser combinators library right now, but it's very much complicated by having
to compile everything down to (essentially) continuation-passing style so that
we can execute the code in small chunks and not block the UI.

Being able to write fontification code as a coroutine would be very nice indeed.


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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