(load-rc)
> (parameterize ([current-namespace ns])
> (set! *CHANGED-STRING* (dynamic-require inc-path 'new-config
>
> (load-rc)
>
> (printf "~A~%" *CHANGED-STRING*)
>
>
> On Mon, May 7, 2018 at 10:50 AM, Tony Fischetti
> > wrote:
> &
This is some really great advice! Thanks!
I'm still confused about why making an executable isn't working. Am I doing
something wrong?
Even if I choose the framework option for *this* project (it seems like a
really helpful thing)
I'd like to be able to distribute, for example, `.app` "executa
Hi all!
I read all the documentation and relevant threads (I promise) I could on
the topic but I'm still stuck.
Basically, I'm writing an application that I'd like to be able to read an
"config" file that's valid racket code and can override globals set in the
driver racket module.
Here's a m
Matthew's solution work perfectly. Thank you so much!
On Friday, April 27, 2018 at 1:21:34 PM UTC-4, Tony Fischetti wrote:
>
>
> Hi all,
>
> I've been stuck on this for a while.
> Short version: When I hide a GUI window with `(send frame show #f)` the
> applicat
Hi all,
I've been stuck on this for a while.
Short version: When I hide a GUI window with `(send frame show #f)` the
application (on a mac, at least) *exits* when I'd like it to just hide the
application and leave it still running.
More information:
I'm developing a small (personal) applicatio
5 matches
Mail list logo