Re: clojinc: a Clojure tutorial in the form of an extended REPL session

2011-09-08 Thread Lee Spector
On Sep 8, 2011, at 12:06 AM, Ambrose Bonnaire-Sergeant wrote: > > This is interesting, might I ask what in context are you teaching this? It's primarily for a genetic programming course I'm teaching at Hampshire College (https://moodle.hampshire.edu/course/view.php?id=1788). -Lee -- You re

Re: clojinc: a Clojure tutorial in the form of an extended REPL session

2011-09-07 Thread nchurch
You clone it from github (git clone ) and run the code one form at a time in core.clj; or, just copy the code in core.clj from the code browser on github itself. On Sep 7, 10:16 pm, Vincent wrote: > How to use this ? -- You received this message because you are subscribed to the Google Groups "

Re: clojinc: a Clojure tutorial in the form of an extended REPL session

2011-09-07 Thread Vincent
How to use this ? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, s

Re: clojinc: a Clojure tutorial in the form of an extended REPL session

2011-09-07 Thread Ambrose Bonnaire-Sergeant
Hi Lee, This is interesting, might I ask what in context are you teaching this? Thanks, Ambrose On Thu, Sep 8, 2011 at 11:06 AM, Lee Spector wrote: > > I developed this for use in my own teaching, but I'm sharing it in case > somebody else might also find it useful. > > As it says in the READM