On Apr 7, 2015, at 3:24 PM, sam <mos6...@gmail.com> wrote: > language used is R5RS
You’re absolutely right; the R5RS language does not include the read-line function. You can read more about the R5RS language in this part of the racket documentation: http://docs.racket-lang.org/guide/standards.html?q=r5rs#%28part._r5rs%29 (This is probably also installed on your own machine; you can get to it by searching for r5rs in Help Desk.) For most R5RS questions, the answer is simply: “maybe you could use a different language, instead.” More specifically, R5RS is a small language, and is relatively close to being a subset of Racket. With that said, if you do have a piece of correct R5RS code, you should able to use it in the R5RS language. Best, John Clements -- 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.