how is that not an argument? I'm pretty sure I just used it as one. keep in mind defstruct is largely to be superseded by deftype.
http://clojure.org/contributing On Tue, Jan 19, 2010 at 4:10 PM, Andreas Wenger <[email protected]> wrote: >> I fail to see how it requires changing a lot of code. it just means >> you need to change the place where you create your maps. which if you >> are also type tagging them is a lot of repetitive code, so it should >> already be factored out into a function, so then you just switch out >> one function. > > That's probably true, but you just argue why this inconsistency in > Java is > not overly severe. But this is no argument for not fixing this > inconsistency. > > Remember, it would only need to change 2 or 3 lines in > PersistentStructMap, > which is less than the lines I have to fix in my clojure code for only > one > single instance of this problem. > > -- > 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 > -- And what is good, Phaedrus, And what is not good— Need we ask anyone to tell us these things?
-- 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
