Re: [PATCH] add SRFI: srfi-121; generators

2019-06-30 Thread Amar Singh
contributing to our community in the future. > >Also, I will try to find the time to send a followup message with more >details on why the provided code would run inefficiently on Guile, and >how to improve it. > > Best regards, >Mark Thanks, I will

Add procedure list->hook in Guile

2019-08-29 Thread Amar Singh
Scheme procedure - list->hook lst Convert the procedure list of LST to a hook. It will compliment the hook->list procedure already there. :) I found the hook->list procedure in C but I cannot find a good place to add list->hook. Thoughts? Cheers, amar ---