Luke I was referring to map the data structure. I later decided to use struct which is a map. I intend to manipulate elements of each row.
Emeka On Fri, May 8, 2009 at 6:17 PM, Luke VanderHart <luke.vanderh...@gmail.com>wrote: > > Do you mean map the function or map the data structure? > > If the most natural form of your data is truly "rows", you're probably > best off using a vector data structure. As for which function you use, > that depends whether you're doing something to every element or only > to specific elements, and if you know which position those elements > are in or if you have to search for them, etc. > > On May 4, 11:01 am, Emeka <emekami...@gmail.com> wrote: > > Hello All, > > I want to arrange objects in rows and also being able to manipulate them. > By > > manipulation I meant, I could move one object from one row and use it to > > replace another object in another. Should I use Map or something else? I > > need your opinions here > > > > Regards, > > Emeka > > > --~--~---------~--~----~------------~-------~--~----~ 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 To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---