<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clojure/src/jvm, branch lazy</title>
<subtitle>The Clojure programming language http://clojure.org</subtitle>
<id>https://git.amat.us/clojure/atom/src/jvm?h=lazy</id>
<link rel='self' href='https://git.amat.us/clojure/atom/src/jvm?h=lazy'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/'/>
<updated>2009-02-16T22:48:11Z</updated>
<entry>
<title>[lazy] smarter ASeq and LazySeq isEmpty()</title>
<updated>2009-02-16T22:48:11Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2009-02-16T22:48:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=be56ab81e88f8001494058a055089e982595c453'/>
<id>urn:sha1:be56ab81e88f8001494058a055089e982595c453</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[lazy] got rid of Sequence, (seq iseq) no longer an identity, ISeqs can be empty, PersistentList.EMPTY and LazySeq.EMPTY are ISeqs, rest returns ISeq</title>
<updated>2009-02-16T18:53:12Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2009-02-16T18:53:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=2a4f2a2bb19dc13d93130061bf99c2b73acffe66'/>
<id>urn:sha1:2a4f2a2bb19dc13d93130061bf99c2b73acffe66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[lazy] renamed rest to next, renamed more to rest</title>
<updated>2009-02-14T19:05:50Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2009-02-14T19:05:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=20331a1681ebc7ba714d0e55563cb51d143c1afc'/>
<id>urn:sha1:20331a1681ebc7ba714d0e55563cb51d143c1afc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[lazy] added (optional) detection of conditional test of LazySeq, build with:</title>
<updated>2009-02-14T15:16:28Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2009-02-14T15:16:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=8c59f860762c7b202f0926be401a19e031bfa110'/>
<id>urn:sha1:8c59f860762c7b202f0926be401a19e031bfa110</id>
<content type='text'>
ant -Dclojure.assert-if-lazy-seq=true
patch from Chouser
</content>
</entry>
<entry>
<title>[lazy] only coerce LazySeq to seq in analyze, fixing evaluation of ()</title>
<updated>2009-02-12T22:29:21Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2009-02-12T22:29:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=795925cab038e670a7e23fb37e9d7801f03556b9'/>
<id>urn:sha1:795925cab038e670a7e23fb37e9d7801f03556b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[lazy] declare closed-over fields non-final for once-only fns</title>
<updated>2009-02-11T19:33:02Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2009-02-11T19:33:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=baddfb391f1e85784b08a97e9e881987657f1e38'/>
<id>urn:sha1:baddfb391f1e85784b08a97e9e881987657f1e38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[lazy] use seq rather than relying on implicit seq of first/more in core sequence fns</title>
<updated>2009-02-11T18:59:53Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2009-02-11T18:59:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=a256e51ef5e7f48e1f9fd4f0c4a1ba4bf1ccf6a2'/>
<id>urn:sha1:a256e51ef5e7f48e1f9fd4f0c4a1ba4bf1ccf6a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[lazy] more returns Sequence</title>
<updated>2009-02-03T14:24:29Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2009-02-03T14:24:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=443ebe584bd0b48b601f3991e392b2d1d29a26fc'/>
<id>urn:sha1:443ebe584bd0b48b601f3991e392b2d1d29a26fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[lazy] moving off of lazy-cons, lazy-seq calls seq on body</title>
<updated>2009-02-02T18:10:30Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2009-02-02T18:10:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=a91249e37ea0f3aedbf4129d391641cfb07d4f31'/>
<id>urn:sha1:a91249e37ea0f3aedbf4129d391641cfb07d4f31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[lazy] moving off of lazy-cons - remove, takes, drops</title>
<updated>2009-02-02T16:40:22Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2009-02-02T16:40:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=688633e70fdeeb70c56e2f7dd8e5551378c9d764'/>
<id>urn:sha1:688633e70fdeeb70c56e2f7dd8e5551378c9d764</id>
<content type='text'>
</content>
</entry>
</feed>
