On Tue, Oct 16, 2012 at 5:02 PM, Neil Van Dyke <[email protected]> wrote: > John Clements wrote at 10/16/2012 04:51 PM: > >> Data point: I have no idea what define/match does, and the name by itself >> does nothing to enlighten me. > > Another data point: If "define/match" expands to a "define" of a procedure > that dispatches to a set of implementations based on a pattern-match of > actual arguments... then the name is exactly what I'd expect for such a > feature in a Scheme dialect.
That is, in fact, exactly what it does. -- sam th [email protected] _________________________ Racket Developers list: http://lists.racket-lang.org/dev

