[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 to have a big 
obvious visual distinction between the two. Since they share preferences, 
though, I can’t just set different colors via Preferences.

Also, I know I’m not the only one to have multiple DrRackets installed, so if 
you have a different technique for distinguishing them visually (aside from the 
version number in the repl), I’d be interested to hear it.

Thanks,
jmj

-- 
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 https://groups.google.com/d/optout.


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 https://groups.google.com/d/optout.


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" 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 https://groups.google.com/d/optout.


[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 anywhere to put these things for all to share? I noticed that the 
whalesong as a service has a “Whalebin” (which reminded me of this). Is there a 
“Racketbin”?

I ask because I have considered tryng to capture the Racket code from Rosetta 
code. (It concerns me that so much snippetry is held by a third party with no 
back up in the racket community-space). If Racketbin exists, a. I would like to 
know about it, and b. It might be somewhere to start with the RC capture.

If it doesn't exist, I'll consider more seruously plotting my own.

Tim

-- 
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 https://groups.google.com/d/optout.