Re: [racket-users] Re: Print...a newbies problem ;)

2016-10-30 Thread Meino . Cramer
Hi Georgs, thanks for your reply! :) NICE! Even here, in the non-imperative, functional world, "C" leaves its footprints in the snow... : Cheers, Meino George Neuner [16-10-30 10:08]: > On Sat, 29 Oct 2016 13:45:43 +0200, > meino.cra...@gmx.de wrote: > > >currently I am still doing old

[racket-users] Re: Print...a newbies problem ;)

2016-10-30 Thread George Neuner
On Sat, 29 Oct 2016 13:45:43 +0200, meino.cra...@gmx.de wrote: >currently I am still doing old-school "printf()-debugging", knowing >that it's '(print arg)' rather than 'printf( fmt, val,...);". :) Just FYI: Racket does have printf, fprintf and eprintf. The format strings are a little differen

[racket-users] Re: Print...a newbies problem ;)

2016-10-29 Thread Ken MacKenzie
As a curiosity what happens when you run it as such racket shwrefmt.rkt > debug.log Ken -- 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..