
You can also directly set the parameter, say (current-command-line-arguments #("--file" "bfprogs/prog1.bf"))
, before the command line parser is triggered

command-line
also has an optional #:argv
argument which allows you to replace the default (which is (current-command-line-arguments)
)

(and globals->command-line
has the same argument)

Thanks, that really helps!

How come syntax coloring is different (better!) in the interaction window?

does it act like a datum? or as text?

is there a way to make drracket remember when one accepts the “want to debug this file” for a file so it does not ask multiple times in a session

Aha, there’s a catch!

but why

I think the right question is “Uh?”

if you write #;(a b c)
before #lang
will that work too in the def window?

indeed! good thinking

could it be that it is intended to work like its first appearance? and that it does not work after the first is a bug?

maybe, I wouldn’t know

:thinking_face: huh really makes you think
