raco read or raco expand may be the closest to doing this without doing much else. https://docs.racket-lang.org/raco/read.html
Is there some way to e.g. hook some of DrRackets syntax checker up to a raco check-syntax? That would be convenient in the terminal. -- Sent from my phoneamajig > On Nov 26, 2016, at 01:28, David Storrs <[email protected]> wrote: > > As part of my pre-checkin test suite I'd like to be able to check that all > files are syntactically correct, but I don't want to actually execute them > because, e.g. executing 'server.rkt' would start the server and I don't want > that. Is there a way to do this? Nothing I see under 'raco help' or the > racket docs suggests a solution. > -- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

