On Fri, Sep 10, 2010 at 2:42 PM, Scott Hickey <[email protected]> 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 [email protected] _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

