laurent.orseau
2020-11-25 08:18:49

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


laurent.orseau
2020-11-25 08:19:48

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


laurent.orseau
2020-11-25 08:20:35

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


wanpeebaw
2020-11-25 09:38:54

Thanks, that really helps!


laurent.orseau
2020-11-25 12:37:06

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


cris2000.espinoza677
2020-11-25 13:03:23

does it act like a datum? or as text?


cris2000.espinoza677
2020-11-25 13:04:09

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


laurent.orseau
2020-11-25 13:06:35

Aha, there’s a catch!


cris2000.espinoza677
2020-11-25 13:06:54

but why


laurent.orseau
2020-11-25 13:07:14

I think the right question is “Uh?”


cris2000.espinoza677
2020-11-25 13:07:26

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


laurent.orseau
2020-11-25 13:07:54

indeed! good thinking


cris2000.espinoza677
2020-11-25 13:09:06

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?


laurent.orseau
2020-11-25 13:09:34

maybe, I wouldn’t know


cris2000.espinoza677
2020-11-25 13:09:48

:thinking_face: huh really makes you think


gfb
2020-11-25 17:40:09