Re: [racket-users] hackernews

2019-04-16 Thread dexterlagan
I use Racket daily in production at Mercury Filmworks (Disney TVA, Amazon, Netflix productions among others), and I wish I could talk more about how Racket helps us where it counts. If there was to be an evangelist, I'd be a candidate, however 1) I don't consider myself a good Racket

[racket-users] Re: [racket] Dr. Racket for iOS

2018-05-05 Thread dexterlagan
Hi Gregory, I use LispCube (XLISP Scheme) and Gambit on iOS to design the code and test it, then email it to myself and compile in DrRacket with very few changes necessary. I'd love a DrRacket on iOS, or even a simple editor with the Racket compiler embedded. Dexter On Friday, November 15,

Re: [racket-users] Parametric composition?

2018-05-04 Thread dexterlagan
use this or (apply composex (reverse v)) to keep function > applications in order. > > > > Can you comment on this? Do you think this could be part of the > language? > > > > Cheers, > > > > Dexter > > > > P.S. For use in the wil

[racket-users] Parametric composition?

2018-05-04 Thread dexterlagan
vide-generator. Makes generate-provide more readable : https://github.com/DexterLagan/provide-generator -- 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 t