Re: [racket-dev] Please help me to fix the code

2011-06-01 Thread Yingjian Ma
I see. I cannot use it as I said in my first post. But I got your idea. I'll rename addone to count or something else. On Tue, May 31, 2011 at 10:29 PM, Rodolfo Carvalho rhcarva...@gmail.comwrote: add1 comes for free, it's built-in. And it does exactly that! []'s Rodolfo Carvalho PS:

Re: [racket-dev] Racket breaking and exiting

2011-06-01 Thread John Clements
On Jun 1, 2011, at 4:04 PM, Eduardo Bellani wrote: My racket breaks if the following code is executed: (current-input-port (open-input-string a)) with the following message: reference to undefined identifier: a ? That sounds like the right behavior to me, in an environment with a

[racket-dev] failed bug report

2011-06-01 Thread David Vanderson
Thanks for Racket! I tried to send a bug report via drracket, but got this error: An error occurred when submitting your Racket bug report. Please enter the correct text at the bottom of the bug form. If this problem persists, please send email to the Racket mailing list, or to

Re: [racket-dev] Racket breaking and exiting

2011-06-01 Thread Robby Findler
DrRacket has more control than Racket does over how the repl interacts with it's environment so it is not broken in this manner. (unless you think this is desireable, to be more faithful?) Robby On Wednesday, June 1, 2011, Matthias Felleisen matth...@ccs.neu.edu wrote: DrRacket behaves