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

2014-12-16 Thread Bahman Movaqar
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)




signature.asc
Description: OpenPGP digital signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2014-12-16 Thread Daniel Leslie
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 bah...@bahmanm.com 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
 Chicken-users@nongnu.org
 https://lists.nongnu.org/mailman/listinfo/chicken-users


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


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

2014-12-16 Thread Bahman Movaqar
On 12/17/2014 01:31 AM, Daniel Leslie wrote:

 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


Thanks Daniel. Exactly what I was looking for.

 On 16 Dec 2014 13:58, Bahman Movaqar bah...@bahmanm.com
 mailto:bah...@bahmanm.com 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)



signature.asc
Description: OpenPGP digital signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Installing combinatorics - cock missing

2014-12-16 Thread Alex Shinn
On Tue, Dec 16, 2014 at 8:05 AM, Dan Leslie d...@ironoxide.ca wrote:

  I can imagine that this is something that might be present on more than a
 few corporate networks.

 Perhaps it's best to simply rename the cock egg?


I'm tempted to write a schlong [1] egg in protest.

[1] Scheme Long arithmetic



 -Dan


 On 14-12-15 03:01 PM, Alex Shinn wrote:

  On Tue, Dec 16, 2014 at 2:51 AM, Bahman Movaqar bah...@bahmanm.com
 wrote:


   Hah!  Great guess on #chicken Mario! It was my ISP...it installed
 smoothly after bypassing that stupid filter.  Thanks for the help.


  There was a porn filter applied to all internet traffic which removed
 the cock egg? Wow.



 ___
 Chicken-users mailing 
 listChicken-users@nongnu.orghttps://lists.nongnu.org/mailman/listinfo/chicken-users



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


[Chicken-users] updating eggs

2014-12-16 Thread Alexej Magura
Is there a way to update eggs?  I thought it might be chicken-install 
-update-dbbut that seems to have a different effect. Is there no 
zero-config means of updating eggs aside from manually updating them?


--
Alexej Magura

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