From: David Van Horn (dvanhorn at ccs.neu.edu) Date: Wed Nov 28 11:48:45 EST 2012 |
|
Something that would be useful to me is a #lang racket/test that is just like #lang racket but runs the entire module at compile time and collects test failures, reporting them as syntax errors. Then I could develop code with online compilation to give me online feedback about test cases. Once everything works, I'd switch back to #lang racket. I'm sure this possible and probably not difficult, but I thought I'd throw it out there for feedback. David
Posted on the users mailing list. |
|