[racket-users] Multiple colorschemes for multiple DrR versions?

2015-09-09 Thread Jordan Johnson
Hi all, Is there a way to specify that DrRacket use a certain color scheme for a certain version, or to dynamically choose a color scheme at startup? It occurred to me that since I sometimes run a DrRacket built from the nightly snapshots and sometimes run the latest stable build, it’d be nice

Re: [racket-users] Somewhere to keep racket snippets

2015-09-09 Thread Daniel Prager
www.pasterack.org -- 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

Re: [racket-users] Whalesong-as-a-service

2015-09-09 Thread Daniel Prager
Cool! I was chuffed to see my 2048 implementation ported and included. It even loaded on my phone, but of course can't be played on touch devices without support for swipe events. That would be a nice enhancement! Dan -- You received this message because you are subscribed to the Google Groups

[racket-users] Somewhere to keep racket snippets

2015-09-09 Thread Tim Brown
Folks, This morning I wrote a function which seemed quite sharable. It took a pict, converted it into a PNG bytes, base64-encode'd it and put it into an tag. It was all of three lines long, was too short to (IMO) put into a library, but I thought it was a valuable “snippet”. Is there