[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Generators (iterators) for Gnu Emacs
From: |
Stefan Monnier |
Subject: |
Re: Generators (iterators) for Gnu Emacs |
Date: |
Fri, 05 Dec 2014 13:34:22 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> Yes, that had been the intention. To make it work with dynamic callers,
> I would have to defvar the uninterned symbol.
Not only that, you'd have to build the lambda at run-time (i.e. make
the closures "by hand").
> Dunno if it's worth it.
It's not.
Stefan
Re: Generators (iterators) for Gnu Emacs, David Kastrup, 2014/12/05
Re: Generators (iterators) for Gnu Emacs, Michael Heerdegen, 2014/12/05
Re: Generators (iterators) for Gnu Emacs, Thierry Volpiatto, 2014/12/05