Re: [racket-users] Gear VR

2015-12-15 Thread jaden horst
Hey John it looks like you're busy with Minecraft. I am interested in bleeding edge. I have no complaints; I just want to get started. A lot of people in Oculus Social want to play cards. Thanks, jadenho...@gmail.com -- You received this message because you are subscribed to the Google Group

[racket-users] How to put image background?

2015-12-15 Thread Alejandro López
I want to know how to put a background image in a viewport -- 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 op

Re: [racket-users] [ANN] trivial 0.1

2015-12-15 Thread Benjamin Greenman
Short answer: I made a package because I wanted to release as soon as possible & encourage feedback / new ideas. Longer answer: I don't think there's any reason TR couldn't integrate these "smarter" operators (specifically, macros that inspect their arguments before calling a core TR function). T

Re: [racket-users] [ANN] trivial 0.1

2015-12-15 Thread Matthias Felleisen
On Dec 15, 2015, at 2:14 AM, Alexis King wrote: > This is pretty neat. Without looking too much into the documentation or > implementation, could you briefly elaborate on why these changes are in a > separate package rather than improvements to TR itself? +1 > > At a quick glance, you me

Re: [racket-users] about rackjure

2015-12-15 Thread Anthony Carrico
On 12/15/2015 06:48 AM, John Berry wrote: > In Heresy I did something like the (pipe ...) function above: Oh for a nice chart comparing all the nice (partial) application variants! -- Anthony Carrico -- You received this message because you are subscribed to the Google Groups "Racket Users" g

Re: [racket-users] about rackjure

2015-12-15 Thread John Berry
In Heresy I did something like the (pipe ...) function above: ; (:> *initial-value* *fn1* ...); The forward pipe operator. Given an initial value and a list of one-argument functions; applys functions in order from left to right and returns the result(def fn :> (initial-value . fns) (for (f in f