On Feb 15, 4:12 pm, James Reeves <[email protected]> wrote: > On 15 February 2011 22:53, MS <[email protected]> wrote: > > >> So an electrical circuit is a data structure containing vertices and > >> edges and describing how they are connected. Then you'll have some > >> functions that operate on that data structure. > > > So... how do I use someone else's implementation of some type of graph > > algorithm as applied to my circuit structure, unless I use their > > structure? > > The short answer is protocols:http://clojure.org/protocols. >
Cool thanks I'll take a look. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
