
@ben responded to #48, assuming your approval means it’s good to merge

death to the monads :tada:

yep! I just had those little questions

thanks for all the reviews :)

of course, I’m just a concerned user of Rackunit. Thanks for all the improvements

would it be inappropriate for rackunit to depend on syntax/parse
?

I doubt it would be a problem, given that syntax/parse
is in base

I’m less worried about package dependencies and more worried about test execution speed slowing down if loading syntax/parse
is expensive

I guess that’s a valid concern, yeah

but I have no idea how expensive loading syntax/parse
is

It should be fine

@guannanwei has joined the channel

Is there a way to “run” an input file as if it had a #lang xxx
line at the front… basically say eval this port/file/whatever with xxx lang?

I want to write a more “traditional” style of tool, then have that slurp into racket as if it were a .rkt
file with a proper #lang