Questions about program design

2010-04-26 Thread Andrew Brookins
Hey, all, Writing in a functional language and using a REPL for the first time, I feel like I'm playing with awesome magic. However, I'm a little confused. I have about two years of experience working with object-oriented scripting languages and C. I am somewhat familiar with thinking in terms

Re: Questions about program design

2010-04-26 Thread Andrew Brookins
On Mon, Apr 26, 2010 at 5:49 AM, Paul Drummond wrote: > Hi Andrew, > > It's getting old now but you mind find this helpful: > > http://groups.google.com/group/clojure/browse_thread/thread/6333791e49fbca7f/c724f1681dac3102?lnk=gst&q=drummond#c724f1681dac3102 > > and this: > > http://clojure.org/sta

Re: Questions about program design

2010-04-28 Thread Andrew Brookins
On Tue, Apr 27, 2010 at 10:21 AM, Miki wrote: > Hello Andrew, > >> So, for people like me, can any of you suggest some transcribed >> lectures, screencasts, books, blog posts, or other errata that discuss >> the difference between program design in a language like Clojure and >> an OO language lik