Re: [gambit-list] streams srfi41
From: Pavel Dudrenov <dudrenov@gmail.com> To: Gambit List <Gambit-list@iro.umontreal.ca> Sent: Monday, March 16, 2009 8:01:44 PM Subject: [gambit-list] streams srfi41 Check out http://smyles.com/projects/r6gambit It doesn't implement rnrs records fully yet. I do have an implementation of srfi 99. I believe you can convert it to srfi 99 without much trouble. Arthur _______________________________ Hi, I wanted to represent movement of an object as something that has already happened, without having to worry about time. So I wanted to play around with streams for that, the srfi41 to be exact. Originally I thought, well I'll just download the implementation shown in that srfi, then load the syntax-case library, compile it and then just use it. But it's not that easy... That thing uses r6rs module/library system, and r6rs define-record-type. So given that it uses r6rs stuff, Is there an easy way to get it run in gambit, or do I have to implement that srfi41 for gambit? Which I don't mind doing, if there are no other options. Thanks in advance, Pavel _______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
Afficher les réponses par date
participants (1)
-
Arthur Smyles