Re: [racket] Embedding HtDP Teaching Languages

2010-08-22 Thread Shriram Krishnamurthi
Try something like this. #lang racket (require lang/htdp-advanced test-engine/scheme-tests) (provide provide [except-out (all-from-out lang/htdp-advanced) #%module-begin] [rename-out (top-level #%module-begin)]) (require mzlib/pconvert) (constructor-style-printing tru

[racket] Embedding HtDP Teaching Languages

2010-08-22 Thread Jeremy R.
Hello: I've fiddled with it for a while (I'm admittedly new to Racket's innards, but I've looked at the docs), and I can't seem to determine the correct way to either evaluate code or run a read-eval-print loop in one of the HtDP teaching languages when embedding the Racket library in a C progr