[racket] First meaningful experiment.

2011-01-21 Thread Alexandre Moreira
Disclaimer: This is not a question per se. Mostly intended for those with free time who want to help one with the "The Path of Scheme" :) Hello, everyone. I've been studying scheme for some time now and I decided to start writing meaningful, simple, applications with racket to experiment and get s

Re: [racket] REPL and read-line

2011-01-07 Thread Alexandre Moreira
On Fri, Jan 7, 2011 at 1:48 PM, Hendrik Boom wrote: > It sounds to me that the big problem is that the behaviour is different > on different systems.  If it were consistent either way, you could > adapt? Hendrik, the only problem is that I find it unlikely that a consistent behaviour can be found

Re: [racket] REPL and read-line

2011-01-07 Thread Alexandre Moreira
s between datums. As of now I they are working with the hack I posted before: The only problem is that at times, if the user truly wants to give a blank line, he needs to press enter twice. On Fri, Jan 7, 2011 at 8:32 AM, Noel Welsh wrote: > On Fri, Jan 7, 2011 at 2:01 AM, Alexandre Moreira >

Re: [racket] REPL and read-line

2011-01-06 Thread Alexandre Moreira
-Expr "database". Is there any sort of repl (even graphical ones, but simple) that I can work much like I work on racket repl without loading a full fledged DrRacket environment? On Thu, Jan 6, 2011 at 8:00 PM, Hendrik Boom wrote: > On Thu, Jan 06, 2011 at 04:09:49PM -0200, Alexandre

[racket] REPL and read-line

2011-01-06 Thread Alexandre Moreira
s, but I'd rather live without those hacks if at all possible. Am I missing some sort of configuration for the REPL? Thanks, Alexandre Moreira. -- "Bad programming is easy. Idiots can learn it in 21 days, even if they are dummies." - As seen in 'How to Design Programs'