Interesting essay on the meaning of (seq ...)
http://kotka.de/blog/2011/06/On_types.htmlThe work horse in the very low-level code of the sequence library is the
lazy-seqmacro. It returns an instance of classclojure.lang.LazySeqwhich encapsulates the abstract instructions to realise the actual sequence according to the body of thelazy-seqmacro.Should this class implement theclojure.lang.ISeqinterface?
Posted via email from miner49r
No comments:
Post a Comment