Eli Barzilay wrote:
... the real answer to this thread is the sandbox library.
So I can write this:
(require scheme/sandbox)
(define ev
(call-with-input-file "some-isl-prog.scm"
(lambda (p)
(make-module-evaluator p
#:language
'(lib "htdp-intermediate.ss" "lang")
#:allow-read empty))))
But how do I get the test results, values produced, etc?
David
_________________________________________________
For list-related administrative tasks:
http://list.cs.brown.edu/mailman/listinfo/plt-dev
