Greetings,

I find myself coding some more in DrRacket on my local Win10 PC.
The finished program is to be run on a remote linux server.

I like to keep the code set up for the production environment
but to test it locally I need to configure some things differently.

Currently I'm doing this manually by commenting/uncommenting a sexp
with the required modifications.

Is there a function around that allows me to do something like

(when (running-in-dr-racket?)
  (foo)
  (bar))

Thanks,
s.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/26327196.20200902094324%40gmail.com.

Reply via email to