Re: Clojure Newbie trying to represent electrical circuit

2011-01-04 Thread Saul Hazledine
Hello Michael, On Jan 3, 7:40 pm, MS <5lvqbw...@sneakemail.com> wrote: > Hi, I'm new to clojure (though I've messed around in scheme a little) > and I'm trying to represent an electrical circuit with "pins" and > "nets" (ie in graph terminology vertices and edges). > > I'd like to represent the ne

Re: Clojure Newbie trying to represent electrical circuit

2011-01-03 Thread MS
thanks... actually I have the hardcopy of sicp, but it's buried someplace. I was hoping do divine the solution with mostly my own brain. :) Michael On Jan 3, 4:13 pm, Miki wrote: > You might be interested in > readinghttp://mitpress.mit.edu/sicp/full-text/book/book-Z-H-22.html#%_sec_3.3.4 > (I

Re: Clojure Newbie trying to represent electrical circuit

2011-01-03 Thread Ken Wesson
On Mon, Jan 3, 2011 at 7:13 PM, Miki wrote: > You might be interested in reading > http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-22.html#%_sec_3.3.4 > (It's in Scheme, but I don't think you'll have hard time to translate). It looks like this is a mutating approach (which surprises me somew

Re: Clojure Newbie trying to represent electrical circuit

2011-01-03 Thread Miki
You might be interested in reading http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-22.html#%_sec_3.3.4 (It's in Scheme, but I don't think you'll have hard time to translate). -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group,

Re: Clojure Newbie trying to represent electrical circuit

2011-01-03 Thread Ken Wesson
On Mon, Jan 3, 2011 at 1:40 PM, MS <5lvqbw...@sneakemail.com> wrote: > Hi, I'm new to clojure (though I've messed around in scheme a little) > and I'm trying to represent an electrical circuit with "pins" and > "nets" (ie in graph terminology vertices and edges). > > I'd like to represent the nets