Re: Better generator and iterator support in guile w.r.t. speed

2013-03-06 Thread Stefan Israelsson Tampe
Hi all, In my previous mail I did some discussions about what structure to use in order to allow efficient implementatin og generators and one main observation is that the curretn rtl strategy can be used. Now Have you all thought about the stack beeing a must to execute funcitons. Well we have

Better generator and iterator support in guile w.r.t. speed

2013-03-05 Thread Stefan Israelsson Tampe
Hi guilers! Inspired by wingo's recent blogage on wingolog in combination with my portings of racket and cl loop frameworks, I did some thinking about generators. Especially inlining. 1. Can we make stubs like this inlinable (iterate (generator g (iterate (for x in l-i-s-t)