[racket-users] Help Debugging/Past Bugs

2015-09-08 Thread Xiangqi Li
, incorrect behavior. Thank you, Xiangqi Li -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more opti

Re: [racket] Untyped arithmetics performance

2015-01-26 Thread Xiangqi Li
Do I need to do something > else? > > I have the latest version of medic installed, I think. > > Sam > > On Mon, Jan 26, 2015 at 1:22 PM, Xiangqi Li wrote: > >> For the testing program provided by Matthew, we can also use *(timeline >> v)* (an enhanced v

Re: [racket] Untyped arithmetics performance

2015-01-26 Thread Xiangqi Li
For the testing program provided by Matthew, we can also use *(timeline v)* (an enhanced version of displayln) to compare the value of v at each iteration and see the results in a better way: ​If you want to try it out yourself, you can go to https://github.com/lixiangqi/medic and install the Med