[racket] running web app from DrRacket versus command line
On Fri, Sep 10, 2010 at 2:42 PM, Scott Hickey <jscotthickey at gmail.com> wrote:
> I cloned the sample twitter app from the git repo
> http://github.com/jeapostrophe/pltwitter.git and can run the app form
> DrRacket v5.0.1.
>
> If I try to run from the command line using "mzscheme -f main.ss",
> nothing happens - no errors or warnings - I just get the unix system
> prompt back.
You should do:
% racket main.ss
The '-f' flag is the problem.
--
sam th
samth at ccs.neu.edu