Silicon Valley Patterns Group January 3, 2006 Industry Roundtable -- Trends and Predictions Wayne: Ruby began to hit the mainstream ... it had been smoldering...
Hi SVP'ers, The time (4pm) isn't the most convenient, but I do think this talk looks like it has some potential to be good. The title is "AI meets Web 2.0:...
Great writeup! Sorry I couldn't attend. May I add a few observations: * This year marked the first year that I started looking up some things on Wikipedia...
Silicon Valley Patterns Group 10 January 2006 Domain-Specific Languages (Around table: experience with DSLs; did you like "Did You Know"?) Patrick: SQL as a...
FYI ... in case anyone is interested ... Darlene ... Date: Wed, 11 Jan 2006 11:27:04 -0800 Subject: ACM talk: Model Driven Development and Very High Level ...
It looks like a second edition of Structure and Interpretation of Computer Programs came out in 1996, some years after I bought my copy. Will we be reading...
Hey John, I am not sure how long everyone will want to do the SICP track. It would be great if we went all the way to the metacircular evaluator :-). Is the...
Great paper. Paul Graham's book Ansi Common Lisp is also really good, IMO. On the web, there is one recognized teacher who has added annotations to all his...
Someone asked about the difference between Scheme and Lisp. The C2 wiki has a long page on it here: http://c2.com/cgi/wiki? LispSchemeDifferences Bob...
Another good book for those interested, is The Little Schemer. http:// www.ccs.neu.edu/home/matthias/BTLS/. It is certainly for beginners, but it takes a very...
fyi ... in case anyone is interested ... There is a full listing of the program at http://www.codecon.org/2006/program.html Here are the ones not listed below...
Thought some people would find this article of interest. Darlene ===================================== <http://www.onlamp.com/lpt/a/6419> ONLamp.com Published...
Is it possible, using what we know right now (recursion, car, cdr and cons) to solve the reverse the list problem without resorting to append? -- John Brewer ...
I just discovered that the book "The Scheme Programming Language, Third Edition" by R. Kent Dybvig is available free online at: http://www.scheme.com/tspl/ I...
Wayne, Bob and I took a little while to figure out how to get tracing working in DrScheme last Tuesday, and since it is very useful for visualizing process...