Re: [racket-users] How to find most efficient constructs/instructions beside benchmarking?

2015-04-13 Thread Andrew Mauer-Oats
Even if all statements are true, this sounds like a classic case of choosing how to present your results so they appear in the best possible light for publication. Andrew Mauer-Oats Mathematics Ph.D. Chicago Public Schools: Whitney Young > On Apr 13, 2015, at 4:16 PM, Josh Grams wr

Re: [racket-users] raco exe can't build executables on OpenBSD

2015-04-04 Thread Andrew Mauer-Oats
td from > "snapshot" to the version number. > > Maybe the port is breaking racket somewhere. Any idea?. > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop rec

Re: [racket] Using 2htdp/image with racket-gui

2015-03-19 Thread Andrew Mauer-Oats
n they can use the draw-bitmap message. I didn't know how to pull the functions from different packages to make them usable one file. Thanks for the help. Andrew Andrew Mauer-Oats Mathematics Ph.D. Chicago Public Schools: Whitney Young On Thu, Mar 19, 2015 at 8:15 PM, Alexander D. Knauth

[racket] Using 2htdp/image with racket-gui

2015-03-19 Thread Andrew Mauer-Oats
What should I do? Thanks for your help, Andrew Mauer-Oats Mathematics Ph.D. Chicago Public Schools: Whitney Young Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Search & wrap

2015-02-24 Thread Andrew Mauer-Oats
(define (function-a ...) (with-function-wrapper ([function-b ...]) ...)) ? Otherwise it seems like you are asking for something that precludes separate compilation and has effects that cross module boundaries... sounds unpleasant if not terrible. Andrew Mauer-Oats Mathematics Ph.D. Chicago Public Sch