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-seq
macro. It returns an instance of classclojure.lang.LazySeq
which encapsulates the abstract instructions to realise the actual sequence according to the body of thelazy-seq
macro.Should this class implement theclojure.lang.ISeq
interface?
Posted via email from miner49r
No comments:
Post a Comment