[racket] unwrapping a list

From: Ben Goetter (goetter at mazama.net)
Date: Mon Jun 11 15:35:08 EDT 2012

(define-values (year month day)
   (apply values (regexp-split #rx"/" "2012/06/06")))


On 6/11/2012 12:24 PM, Jordan Schatz wrote:
> Is there a way to unwrap or explode a list? I don't see it in the docs, but it
> seems like it would be a common thing.
>


Posted on the users mailing list.