We need to be able to construct a path to require based on a command-line 
argument.  We currently put the command-line value into an environment 
variable, using get-env to extract the value. In other words, we want to do 
(the equivalent of)

     (require (string-append "courses" (get-env WHICHCLASS) "defs.rkt"))

How can we pull off something with this behavior, since evaluating seems 
incompatible with require syntax.

thanks,
Kathi

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-dev/f66540c6-92db-4c58-8622-b1b765309921%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to