From: Greg Hendershott (greghendershott at gmail.com) Date: Fri Jul 12 13:36:59 EDT 2013 |
|
>> Then why not return lists instead of values? > Error checking. Although nowadays we have match-define and friends. (define-values (a b c) (return-3-values)) (match-define (list a b c) (return-3-element-list)) Both would error appropriately.
Posted on the users mailing list. |
|