[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ELisp futures and continuations/coroutines
From: |
Thien-Thi Nguyen |
Subject: |
Re: ELisp futures and continuations/coroutines |
Date: |
Thu, 19 May 2011 18:40:47 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
() Ted Zlatanov <address@hidden>
() Thu, 19 May 2011 10:31:21 -0500
You mean fsm-0.1ttn5.el from gnu.emacs.sources?
(http://lists.gnu.org/archive/html/gnu-emacs-sources/2007-02/msg00006.html)
Yes, or the original (also to gnu-emacs-sources). Same idea.
Do you want to provide an example of how it would work to tie a
hypothetical future type with process sentinels through fsm.el? It
seems reasonable but I don't know enough to say.
No, because i don't know what such a future type would do. I just know
that i have successfully (and more pleasantly than initially imagined)
used fsm to implement a multicast proxy server (1 in, N out), which had
as its core requirement, the ability to chunk computation into disparate
pieces to be evaluated later. From this congruent experience, i would
guess that a "future type" would be some subset of the fsm internals.
Analogous to the "keymap type", which is really just a list with symbol
‘keymap’ in its CAR, i am guessing one could poke around fsm internals
and derive a "future type", without having to go to C.
Which is to say, i also don't know enough to say, but i see a similarity.
--
a sig, not big, i fig, you dig?
- Re: more url-utils?, (continued)
- Re: more url-utils?, joakim, 2011/05/19
- Re: more url-utils?, Stefan Monnier, 2011/05/19
- ELisp futures and continuations/coroutines (was: more url-utils?), Ted Zlatanov, 2011/05/19
- Re: ELisp futures and continuations/coroutines, Stefan Monnier, 2011/05/19
- Re: ELisp futures and continuations/coroutines, joakim, 2011/05/19
- Re: ELisp futures and continuations/coroutines, Ted Zlatanov, 2011/05/19
- Re: ELisp futures and continuations/coroutines, Thien-Thi Nguyen, 2011/05/19
- Re: ELisp futures and continuations/coroutines, Ted Zlatanov, 2011/05/19
- Re: ELisp futures and continuations/coroutines,
Thien-Thi Nguyen <=
- Re: ELisp futures and continuations/coroutines, Ted Zlatanov, 2011/05/19
- Re: ELisp futures and continuations/coroutines, Thien-Thi Nguyen, 2011/05/19
- Re: ELisp futures and continuations/coroutines, Mohsen BANAN, 2011/05/20
- Re: ELisp futures and continuations/coroutines, Ted Zlatanov, 2011/05/20
- Re: ELisp futures and continuations/coroutines, Ted Zlatanov, 2011/05/20
- Re: ELisp futures and continuations/coroutines, Thien-Thi Nguyen, 2011/05/22
- Re: ELisp futures and continuations/coroutines, Ted Zlatanov, 2011/05/23
- Re: ELisp futures and continuations/coroutines, Stefan Monnier, 2011/05/23
- Re: ELisp futures and continuations/coroutines, Ted Zlatanov, 2011/05/23
- Re: ELisp futures and continuations/coroutines, SAKURAI Masashi, 2011/05/23