[racket] Some tips regarding a math/matrix bug?

2013-03-25 Thread Daniel King
Hi all, I just submitted a bug report on the main racket bug report page; however, I'd like some guidance/assistance as to how to mitigate that problem in the meantime. Along with the three fine gentlemen CC'd (please CC them in later communications), I am working on a senior-year software

Re: [racket] Some tips regarding a math/matrix bug?

2013-03-25 Thread Robby Findler
On Mon, Mar 25, 2013 at 9:24 PM, Daniel King dank...@ccs.neu.edu wrote: Hi all, I just submitted a bug report on the main racket bug report page; however, I'd like some guidance/assistance as to how to mitigate that problem in the meantime. Along with the three fine gentlemen CC'd (please

Re: [racket] Some tips regarding a math/matrix bug?

2013-03-25 Thread Danny Yoo
- Can someone provide insight as to the pros and cons of compilation (to executable)? Do we lose a significant amount of performance by not compiling (to executable)? There should be zero performance difference if I'm not mistaken. raco exe just bundles a copy of the Racket

Re: [racket] Some tips regarding a math/matrix bug?

2013-03-25 Thread Sam Tobin-Hochstadt
On Mon, Mar 25, 2013 at 10:24 PM, Daniel King dank...@ccs.neu.edu wrote: To our problem: - Can someone provide insight as to the pros and cons of compilation (to executable)? Do we lose a significant amount of performance by not compiling (to executable)? Compilation to executable