Re: [racket-users] Birthday icon on toolbar

2016-07-02 Thread 'Richard Adler' via Racket Users
bly need to make changes to the runtime system and recompile > Racket. There may be a simpler way, but it isn't obvious to me what it > is.) > > Robby > > > > On Sat, Jul 2, 2016 at 7:20 AM, 'Richard Adler' via Racket Users > <racket-users@googlegroups.

[racket-users] Birthday icon on toolbar

2016-07-02 Thread 'Richard Adler' via Racket Users
I do I remove the "Happy Birthday" icon on the toolbar? Thanks. -- 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 racket-users+unsubscr...@googlegroups.com. For

[racket-users] Re: macros within expressions.

2016-04-07 Thread 'Richard Adler' via Racket Users
Thanks everyone for your help. -- 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 racket-users+unsubscr...@googlegroups.com. For more options, visit

[racket-users] Re: macros within expressions.

2016-04-07 Thread 'Richard Adler' via Racket Users
This is a simplified example. I trying to learn how macros work inside expressions as well as at the start of expressions. -- 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

[racket-users] macros within expressions.

2016-04-06 Thread 'Richard Adler' via Racket Users
I am trying to use a macro, y-coord, in the following way: (struct point (x y)) (define points (list (point 25 25) (point 33 54) (point 10 120)) (map y-coord points) I am expecting the result: '(25 54 120) and the error is "y-coord: bad syntax in: y-coord Here is the macro: (define-syntax

Re: [racket-users] Hidden formlet example.

2015-09-21 Thread 'Richard Adler' via Racket Users
Tried: (formlet ; Rendering (#%# ,{(to-string (required (hidden "<30 25 11>"))) . => . state} ,{time-formlet . => . hms}) ; Processing (list state hms and it worked, thanks Jay. On 9/21/15, Jay McCarthy wrote: > The return type of hidden is > > (formlet/c