Welcome to Racket! It's a lot of fun, and there's a ton of interesting
stuff to learn about when you're ready.

I glanced at your code and it seemed very understandable. I wish my
earliest Racket code had been that good.

Whenever you feel ready to care about writing "idiomatic" Racket code,
you could read sections 4 and 5 of the Racket style guide. (The other
sections mostly don't matter for you, now.)

  http://docs.racket-lang.org/style/Textual_Matters.html
  http://docs.racket-lang.org/style/Choosing_the_Right_Construct.html

Otherwise my only suggestion is the usual one for a new language: Keep
writing and reading Racket code.

p.s. One tiny tip: I don't think you need to (require 2htdp/batch-io)
for `read-lines`.  You can use `file->lines` provided by racket/file,
which #lang racket already requires for you.

-- 
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 options, visit https://groups.google.com/d/optout.

Reply via email to