[racket-users] big-bang + right click?

2018-02-15 Thread Stephen Foster
Is there a way to differentiate between left and right click with a big-bang on-mouse handler? Or if not, is there some workaround I can use to detect right clicks? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this

Re: [racket-users] Does Racket offer anything for implementing a language with its own GC that could manage GPU memory?

2018-02-15 Thread Gustavo Massaccesi
> Also I forgot to note that I also want my language to have indentation > sensitive syntax. Would that be doable in Racket? It's possible (but I never tried it). In the official distribution there are a few languages implemented in Racket that doesn't look like Racket at all. For example

[racket-users] Re: Symbolic links and filesystem-change-evt

2018-02-15 Thread George Neuner
On Wed, 14 Feb 2018 16:35:04 -0600, Philip McGrath wrote: >It appears that a `filesystem-change-evt` created with a path referring to >a symbolic link effectively watches the target of the link for changes, not >the link itself. For example, deleting the link and

Re: [racket-users] More DrRacket binding arrow woes

2018-02-15 Thread Matthias Felleisen
Here is a snippet of code in the language: #lang network-flow ;; sample graph problem: maximize from a to d node a -- 10 --> b node a -- 20 --> c node b -- 30 --> d node c -- 30 --> d Here is a link to the language http://www.ccs.neu.edu/home/matthias/4620-s18/network-syn-lang.rkt