[racket] match in Advanced Student?

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Wed Aug 17 20:40:08 EDT 2011

Unlike `require' (or `cond') `match' uses the symbolic name for
matching patterns, not a binding.  Therefore, just importing `match'
will get you all of the functionality.

On Wed, Aug 17, 2011 at 8:20 PM, Shriram Krishnamurthi <sk at cs.brown.edu> wrote:
> As I said, I don't know how match is implemented.  It doesn't work for
> constructs like *require* which have lots of sub-forms that are
> actually *implemented* as top-level forms.  So if you just import
> "require", all you get is "require" -- not all the sub-clauses.
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>



-- 
sam th
samth at ccs.neu.edu



Posted on the users mailing list.