>> If I try and run it with racket --script print_date.rkt
>> 
>> I get no output, and no error.
>> 
>> If I remove the #lang racket line, I will get output from a command
>> line invocation.
>> 
>> How would I run the code from the command line, with the #lang line left in?

> Just drop the flag: racket print_date.rkt

OK, thanks, that works.

In some other code I saw this as the first line:

#!r6rs

Just curious why that isn't 

#lang r6rs 


_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to