Re: letrec semantics

2022-11-30 Thread Alexander Asteroth
Dear Jean, thanks for pointing that out which confirmed my interpretation of the R5RS. Cheers, Alex On Mon, Nov 28 2022, 10:25:46, Jean Abou Samra wrote: > [[PGP Signed Part:Undecided]] > Le 28/11/2022 à 09:33, Alexander Asteroth a écrit : > > Dear all, > > I know this topic has been discuss

Re: letrec semantics

2022-11-30 Thread Alexander Asteroth
Dear Taylan, thanks for pointing me to the use of letrec* in this case. The case though was meant as an example to illustrate the problem. I'm currently implementing an R5RS interpreter and was unsure if I can handle letrec as illustrated below in the second case or if I need to implement it as gu