[racket] match in Advanced Student?
The "it" in your second sentence does not refer to "match", I take it?
(That took me a _long_ time to figure out :).
Robby
On Wed, Aug 17, 2011 at 7: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.
>