emacs-devel
[Top][All Lists]
Advanced

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

RFC: Generators v2


From: Daniel Colascione
Subject: RFC: Generators v2
Date: Sat, 24 Aug 2013 21:58:31 -0700
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

At https://github.com/dcolascione/elisp-generators, I've updated my
elisp generator support. Please take a look.

Since the last version, I've added documentation, cl-loop
integration, a few more testcases, and a lexical-binding assertion.

I'd eventually like to integrate this package into
the Emacs core, so I've laid claim to a few symbols in the
global namespace, like next. This package actually defines a generic
iterator protocol, and it'd be useful eventually to define iterator
objects for things like buffers and windows instead of relying on
enumeration callbacks.

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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