chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Named let*


From: Michele La Monaca
Subject: [Chicken-users] Named let*
Date: Fri, 24 May 2013 23:37:12 +0200

Hi all,

R5RS doesn't  specify this kind of syntax (nor Chicken supports it):

(let* loop ((a <init>) (b a))
  <body>)

To me it seems a missing piece of syntax. Am I wrong?

Ciao,
Michele



reply via email to

[Prev in Thread] Current Thread [Next in Thread]