Re: return-it -> ???

2010-01-12 Thread Andy Wingo
On Mon 11 Jan 2010 10:51, Thien-Thi Nguyen writes: > Guile 1.8 dropped `return-it'. > Does Guile 1.9 have anything to replace it? (define return-it (case-lambda (() #f) ((x . _) x))) Andy -- http://wingolog.org/

Re: return-it -> ???

2010-01-12 Thread Andreas Rottmann
Thien-Thi Nguyen writes: > () l...@gnu.org (Ludovic Courtès) > () Mon, 11 Jan 2010 23:05:34 +0100 > >> Guile 1.8 dropped `return-it'. >> Does Guile 1.9 have anything to replace it? > >What’s that? > > It is like Common Lisp `prog1'. > I think in Scheme this is more commonly called `be