Re: [racket] Advanced searching on Racket list

2011-12-22 Thread Kevin Taylor
In Google, use: site:http://lists.racket-lang.org/users/archive/ webcam AND flex to search the archives for pages with both webcam and flex --Kevin Taylor Director, Groupon Engineering Twitter: @ktaylor <http://twitter.com/@ktaylor> On Thu, Dec 22, 2011 at 12:58 PM, Harry Spier

Re: [racket] Help On User Libraries - The Basics

2011-08-22 Thread Kevin Taylor
I just want to thank Ray for raising this issue and the list for all the clarifying answers. I've been working on Racket side projects for the past 9 mos or so and was totally confused by this issue of how to properly modularize my library code. It should be something that is drop dead clear and i

[racket] PLAI Section 1.3, Page 8

2011-01-18 Thread Kevin Taylor
All, I am working through PLAI for self-study. I've gotten to section 1.3, page 8. There is an example of parsing code and some example output. Unfortunately, clearly num, add, and sub need to be defined for the example code to run. ;; parse : sexp −→ AE ;; to convert s-expressions into AEs (def

Re: [racket] Project Ideas

2010-07-20 Thread Kevin Taylor
Browse CPAN and port over some of the libraries they have that Racket does not (and that would be useful to you). -- Kevin P. Taylor //obtiva - Agility Applied. Software Delivered. http://obtiva.com On Tue, Jul 20, 2010 at 8:37 PM, Joe Snikeris wrote: > > I'm interested in acquiring experien