Thanks! That was exactly what I needed to get my old code to pass my unit tests. Now it's on to making changes to bring it up to date with the new lazy stuff.
Jim On Feb 22, 3:32 pm, Chouser <[email protected]> wrote: > > LazySeq extends AFn, so you can't change the metadata once the object > exists. However, Seq's still accept meta-data, so: > > (with-meta (seq (concat [1 3] [8 4])) > {:tail true}) > > --Chouser --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
