[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Possible bug w/ internal defines?
Noel discovered the mistake himself :-)
But, let me recommend that you use DrScheme for such programs. The
graphical feedback in the debugging modes (or even the teaching
languages) is somewhat better. I tend to develop my shell scripts
in DrScheme with (define argv (vector "hello" "world.txt" "5")) at the
top and then commenting it out. Pretty soon, you will also have a
button to create a stand-alone launcher.
-- Matthias