On Wed 13 Jan 2010 08:06, Thien-Thi Nguyen <[email protected]> writes:

> () Andy Wingo <[email protected]>
> () Tue, 12 Jan 2010 20:47:02 +0100
>
>    (define return-it
>      (case-lambda
>        (() #f)
>        ((x . _) x)))
>
> Is something like this already in Guile?

Nope. Probably won't be, either.

I think basically if you want a quick port to 1.9, you should make a
module that shims 1.9 to have a more 1.4-like interface, and have all of
your code use it. `return-it' can go there. Then you can adapt your code
later, if you want, or keep using that shim if you want.

Andy
-- 
http://wingolog.org/


Reply via email to