Re: [racket-users] Testing #langs

2017-06-29 Thread 'John Clements' via users-redirect
> On Jun 29, 2017, at 09:08, Sam Waxman wrote: > > On Thursday, June 29, 2017 at 11:49:49 AM UTC-4, 'John Clements' via > users-redirect wrote: >> Oops forgot to cc: list >> >>> On Jun 29, 2017, at 08:49, John Clements wrote: >>> On

Re: [racket-users] Testing #langs

2017-06-29 Thread Sam Waxman
On Thursday, June 29, 2017 at 11:49:49 AM UTC-4, 'John Clements' via users-redirect wrote: > Oops forgot to cc: list > > > On Jun 29, 2017, at 08:49, John Clements wrote: > > > >> > >> On Jun 29, 2017, at 08:30, Sam Waxman wrote: > >> > >> Hey

Re: [racket-users] Testing #langs

2017-06-29 Thread 'John Clements' via users-redirect
Oops forgot to cc: list > On Jun 29, 2017, at 08:49, John Clements wrote: > >> >> On Jun 29, 2017, at 08:30, Sam Waxman wrote: >> >> Hey all, >> >> I've been running into a lot of major roadblocks when it comes to writing >> good tests for

[racket-users] Testing #langs

2017-06-29 Thread Sam Waxman
Hey all, I've been running into a lot of major roadblocks when it comes to writing good tests for some #langs that I've made, for a number of reasons. Ideally, I want a function called (check-eq-program? "program1" "program2") That will run each program in a fresh module of my #lang, check what