Skip to content

Scheme+ for Guile v7.9

Compare
Choose a tag to compare
@damien-mattei damien-mattei released this 30 Mar 21:49
· 24 commits to main since this release

Scheme+ for Guile v7.9

add:

(do
body ...
while test)

note: the old 'do' syntax from scheme R5RS still works also

'while' from Guile now allows definitions in body.