Re: [racket] Sending s-expr to repl

2010-06-24 Thread Karl Winterling
Copy the definition, paste it into the REPL, and press return. Otherwise subx: if (bac >= 0.15) exit(-1); else { drink_beer(); hit_head_with_brick(&SELF); goto subx; } On Thu, Jun 24, 2010 at 12:34 AM, Jordan Johnson wrote: > See >  http://blog.racket-lang.org/2009/03/drscheme-repl-isnt-lisp.

Re: [racket] Sending s-expr to repl

2010-06-24 Thread Jordan Johnson
See http://blog.racket-lang.org/2009/03/drscheme-repl-isnt-lisp.html for a detailed answer. Best, Jordan On Jun 24, 2010, at 12:12 AM, Mark Carter wrote: Scheme newbie here. I've always had a bee in my bonnet for the Lispy languages, but had never gotten into them fully for one reason o

[racket] Sending s-expr to repl

2010-06-24 Thread Mark Carter
Scheme newbie here. I've always had a bee in my bonnet for the Lispy languages, but had never gotten into them fully for one reason or another. I've been playing with DrRacket, and have been able to plot graphs using it. Way cool! Anyway, my actual question is: using DrRacket, is there a way of