At Thu, 5 May 2016 17:14:57 -0700 (PDT), Jack Firth wrote:
> Suppose I have a file in some custom language, like #lang foo, but it omits 
> the #lang foo line. Is there a way I can run the racket command line program 
> in a way where it says "treat this file as if it starts with the line #lang 
> foo"?

Not in general, but if a language supports the top level, then

 racket -I <language> -f <file>

might work.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to