Re: [racket-users] Re: Reliable equality testing of procedures

2015-11-05 Thread Erich Rast
> (struct measure (measuring-proc maximum-proc) > #:prop prop:procedure (struct-field-index measuring-proc)) > > (define footrule (measure footrule-proc footrule-maximum)) > Thanks a lot! I didn't know about this option. That seems like a good way of embedding the information into the

[racket-users] Re: Reliable equality testing of procedures

2015-11-04 Thread Jack Firth
On Wednesday, November 4, 2015 at 8:14:42 AM UTC-8, erich wrote: > Hi, > > I have a number of functions for computing raw distance measures and > functions to compute their maxima for a given number of items, so to > normalize them to [0,1] I provide this: > > (define (normalize/distance measure