chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] What does (let X ...) do?


From: Daniel Leslie
Subject: Re: [Chicken-users] What does (let X ...) do?
Date: Tue, 16 Dec 2014 14:01:12 -0800

It is a named let, details here:
http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme-Z-H-1.html#node_toc_node_sec_6.2

-Dan

On 16 Dec 2014 13:58, "Bahman Movaqar" <address@hidden> wrote:
Reading on "lazy-seq" [1]; what exactly does the following piece of code do?

    (let foo ((x 10))
      (* x x))

TIA,

[1] http://wiki.call-cc.org/eggref/4/lazy-seq

--
Bahman Movaqar

http://BahmanM.com - https://twitter.com/bahman__m
https://github.com/bahmanm - https://gist.github.com/bahmanm
PGP Key ID: 0x6AB5BD68 (keyserver2.pgp.com)



_______________________________________________
Chicken-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/chicken-users


reply via email to

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