Re: [racket-users] Value printing in REPL and for students

2015-11-27 Thread Paolo Giarrusso
On 27 November 2015 at 03:48, Robby Findler wrote: > DrRacket pulls some shenanigans with the language dialog-based > teaching languages and it needs some adjust to make things work the > way you want with printing in 'raco test' and 'racket'. I fear I've seen that —

Re: [racket-users] Value printing in REPL and for students

2015-11-27 Thread Robby Findler
I've added "check over/improve handin support" to my teaching languages list of things to fix. :) You should be able to get close pretty easily if you first do print-convert and then do pretty-write. You will want to tweak the parameters that control print-convert based on which language level

Re: [racket-users] Value printing in REPL and for students

2015-11-26 Thread Benjamin Greenman
I think you'll want to override the current-print parameter. On Thu, Nov 26, 2015 at 7:16 PM, Paolo Giarrusso wrote: > Hi all! > > How does the

Re: [racket-users] Value printing in REPL and for students

2015-11-26 Thread Robby Findler
DrRacket pulls some shenanigans with the language dialog-based teaching languages and it needs some adjust to make things work the way you want with printing in 'raco test' and 'racket'. Probably there isn't a simple path to that precise goal, but maybe there is a way to another goal? Is it the

[racket-users] Value printing in REPL and for students

2015-11-26 Thread Paolo Giarrusso
Hi all! How does the REPL print values? In some circumstances I see graph printing markers, even though `(print-graph)` is disabled. Because these are error messages for students using teaching languages, cycle printing is not an option. messages.rkt> (print-graph) #f messages.rkt> (list