emacs-devel
[Top][All Lists]
Advanced

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

Re: [ANN] New library stream.el in ELPA


From: Nicolas Petton
Subject: Re: [ANN] New library stream.el in ELPA
Date: Wed, 14 Oct 2015 15:20:34 +0200
User-agent: Notmuch/0.19 (http://notmuchmail.org) Emacs/25.0.50.7 (x86_64-unknown-linux-gnu)

Michael Heerdegen <address@hidden> writes:

> I tried with your package
>
> (defun fib (a b)
>       (stream-cons a (fib b (+ a b))))
>
> (seq-elt (fib 0 1) 10)
>
> but got the error
>
> unless: Symbol’s value as variable is void: #:forced

Have you tried turning on lexical binding?

Nico

Attachment: signature.asc
Description: PGP signature


reply via email to

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