<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fennel-cljlib/Makefile, branch master</title>
<subtitle>Public repository: fennel-cljlib</subtitle>
<link rel='alternate' type='text/html' href='http://git.donniewest.com/fennel-cljlib/'/>
<entry>
<title>Move everything to a single file</title>
<updated>2023-08-26T19:40:29+00:00</updated>
<author>
<name>Andrey Listopadov</name>
<email>andreyorst@gmail.com</email>
</author>
<published>2023-08-26T19:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.donniewest.com/fennel-cljlib/commit/?id=3332e86562d9381c5fcf6a6f5205240f5e9d4f39'/>
<id>3332e86562d9381c5fcf6a6f5205240f5e9d4f39</id>
<content type='text'>
Now the library is fully self-contained and doesn't require any
special flags to be used.  Macros are now shipped inside the library
itself and can be required by user code by requiring the same module
name as the library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now the library is fully self-contained and doesn't require any
special flags to be used.  Macros are now shipped inside the library
itself and can be required by user code by requiring the same module
name as the library.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix coverage pipeline</title>
<updated>2022-10-29T13:01:49+00:00</updated>
<author>
<name>Andrey Listopadov</name>
<email>andreyorst@gmail.com</email>
</author>
<published>2022-10-29T13:01:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.donniewest.com/fennel-cljlib/commit/?id=ef1640440c3bfd7a2b9814b16c32ecbec875a2ac'/>
<id>ef1640440c3bfd7a2b9814b16c32ecbec875a2ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove the :relative require, update installation guide, update docstrings</title>
<updated>2022-10-29T12:49:30+00:00</updated>
<author>
<name>Andrey Listopadov</name>
<email>andreyorst@gmail.com</email>
</author>
<published>2022-10-29T12:49:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.donniewest.com/fennel-cljlib/commit/?id=85db8b8549d9d45e39c1a5118d91d3fd3a88818f'/>
<id>85db8b8549d9d45e39c1a5118d91d3fd3a88818f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update docs, readme and cnagelog for v1.0.0 release</title>
<updated>2022-08-21T18:25:30+00:00</updated>
<author>
<name>Andrey Listopadov</name>
<email>andreyorst@gmail.com</email>
</author>
<published>2022-08-21T18:25:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.donniewest.com/fennel-cljlib/commit/?id=3f738c3368ddaadbaa4372443cece90651d1ccd2'/>
<id>3f738c3368ddaadbaa4372443cece90651d1ccd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>release v1.0.0</title>
<updated>2022-08-21T18:03:25+00:00</updated>
<author>
<name>Andrey Listopadov</name>
<email>andreyorst@gmail.com</email>
</author>
<published>2022-08-21T18:03:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.donniewest.com/fennel-cljlib/commit/?id=9bbe5ddf93c7c8b17a73318bc89dd1330f4f3f59'/>
<id>9bbe5ddf93c7c8b17a73318bc89dd1330f4f3f59</id>
<content type='text'>
Almost complete rewrite of the library, complete with lazy sequences, immutable tables, transients, transducers, better equality semantics, and more correct code generation in macros.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Almost complete rewrite of the library, complete with lazy sequences, immutable tables, transients, transducers, better equality semantics, and more correct code generation in macros.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: bump fennel-test to v0.0.3</title>
<updated>2021-10-17T10:00:25+00:00</updated>
<author>
<name>Andrey Listopadov</name>
<email>andreyorst@gmail.com</email>
</author>
<published>2021-10-17T10:00:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.donniewest.com/fennel-cljlib/commit/?id=524bd990d1539b6620ad26c81b28273f3c9d3ce4'/>
<id>524bd990d1539b6620ad26c81b28273f3c9d3ce4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: style changes, and documentation fixes</title>
<updated>2021-07-17T15:08:02+00:00</updated>
<author>
<name>Andrey Listopadov</name>
<email>andreyorst@gmail.com</email>
</author>
<published>2021-07-17T14:49:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.donniewest.com/fennel-cljlib/commit/?id=cc82dd57c87e19439f851c2bfd66834f70276bb8'/>
<id>cc82dd57c87e19439f851c2bfd66834f70276bb8</id>
<content type='text'>
- provide defn as an alias to fn* and change fn* to defn in all files
- fix doc for eq function
- fix and generate doc for loop macro
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- provide defn as an alias to fn* and change fn* to defn in all files
- fix doc for eq function
- fix and generate doc for loop macro
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor library to use new init-macros.fnl feature</title>
<updated>2021-06-23T15:46:22+00:00</updated>
<author>
<name>Andrey Listopadov</name>
<email>andreyorst@gmail.com</email>
</author>
<published>2021-06-23T15:46:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.donniewest.com/fennel-cljlib/commit/?id=f49835c11b16b0d8cf136f076c31cbc28f1f4931'/>
<id>f49835c11b16b0d8cf136f076c31cbc28f1f4931</id>
<content type='text'>
Old way of requiring the library:

    (local clj (require :fennel-cljlib)
    (import-macros cljm :fennel-cljlib.macros)

New way:

    (local clj (require :fennel-cljlib)
    (import-macros cljm :fennel-cljlib)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Old way of requiring the library:

    (local clj (require :fennel-cljlib)
    (import-macros cljm :fennel-cljlib.macros)

New way:

    (local clj (require :fennel-cljlib)
    (import-macros cljm :fennel-cljlib)
</pre>
</div>
</content>
</entry>
<entry>
<title>Try multi value return</title>
<updated>2021-05-10T18:33:15+00:00</updated>
<author>
<name>Andrey Listopadov</name>
<email>andreyorst@gmail.com</email>
</author>
<published>2021-05-10T18:33:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.donniewest.com/fennel-cljlib/commit/?id=3fee82f050e055ba7770a2b0135f2ebe4ee7b985'/>
<id>3fee82f050e055ba7770a2b0135f2ebe4ee7b985</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: move test library to separate project</title>
<updated>2021-04-24T12:35:15+00:00</updated>
<author>
<name>Andrey Listopadov</name>
<email>andreyorst@gmail.com</email>
</author>
<published>2021-04-24T12:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.donniewest.com/fennel-cljlib/commit/?id=a8948ed1964033a437933db8c687d8c8e26bde44'/>
<id>a8948ed1964033a437933db8c687d8c8e26bde44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
