emacs-devel
[Top][All Lists]
Advanced

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

Re: master f6b5db6: Add support for generators


From: Michael Heerdegen
Subject: Re: master f6b5db6: Add support for generators
Date: Thu, 05 Mar 2015 01:01:47 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Daniel Colascione <address@hidden> writes:

> branch: master
> commit f6b5db6c45b773f86e203368aee9153ec8527205
> Author: Daniel Colascione <address@hidden>
> Commit: Daniel Colascione <address@hidden>
>
>     Add support for generators

Great to see that this is in master now!

I would now also like to work on including my higher-level functions if
there are no objections.

In the sense of Daniels naming conventions, this is a package about
iterators, so I think I could call it iterator.el and keep the iter-
prefix.  Would that be ok?

The package will contain a trivial constructor for ad hoc iterators a la

(defmacro iter-make-iterator (&rest body)
  `(funcall (iter-lambda () ,@body)))     ,

functions for building iterators from a list of given elements and such,
and higher order stuff (filter, append, map, reduce etc).


Thanks,

Michael.



reply via email to

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