<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lux/documentation/bookmark/back_end, branch master</title>
<subtitle>fork of https://github.com/LuxLang/lux for my bookshelf
</subtitle>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/'/>
<entry>
<title>Made inlined functions into first-class macros.</title>
<updated>2022-07-26T22:08:04+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2022-07-26T22:08:04+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=feacd79496ae9c76492d5a12d30b78724b642654'/>
<id>feacd79496ae9c76492d5a12d30b78724b642654</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extensible import syntax: Part 1</title>
<updated>2022-06-02T01:52:34+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2022-06-02T01:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=5d44577c3849a045052dc1c9f0dd7deddd032120'/>
<id>5d44577c3849a045052dc1c9f0dd7deddd032120</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More efficient binary formatting.</title>
<updated>2022-04-07T01:52:30+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2022-04-07T01:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=b0d725f24335e82eefc77175efc0a5282951316e'/>
<id>b0d725f24335e82eefc77175efc0a5282951316e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handling variance for arrays to avoid invalid subtyping.</title>
<updated>2022-04-05T02:47:56+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2022-04-05T02:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=14f18c100c2f8c3ec9c60c14330d926cd2d6f639'/>
<id>14f18c100c2f8c3ec9c60c14330d926cd2d6f639</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-named "as_is" to "these" to avoid confusion with the new type-annotation macro names.</title>
<updated>2022-03-30T17:12:18+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2022-03-30T17:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=1a962ee4b03f51f46a5979bfefc954f35ee3a1b7'/>
<id>1a962ee4b03f51f46a5979bfefc954f35ee3a1b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Leaner syntax for library/lux/control/exception.report</title>
<updated>2022-03-16T02:45:49+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2022-03-16T02:45:49+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=b0093a3849baaeb5e12692b2cf6ac65ba74bbd54'/>
<id>b0093a3849baaeb5e12692b2cf6ac65ba74bbd54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Can now add type-vars to imported procedures from scripting languages.</title>
<updated>2022-03-14T05:09:08+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2022-03-14T05:09:08+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=b8681fd206d5b5076b9737ee54f0cb0405a898d6'/>
<id>b8681fd206d5b5076b9737ee54f0cb0405a898d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added an easy way to export Lux functionality to host programs (everywhere else).</title>
<updated>2022-03-11T09:52:21+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2022-03-11T09:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=6766be5427b1788a44e07151e3fabe33ec4f8b37'/>
<id>6766be5427b1788a44e07151e3fabe33ec4f8b37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimizations for the pure-Lux JVM compiler. [Part 5]</title>
<updated>2022-03-05T08:30:09+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2022-03-05T08:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=a7fc50b1906fa97fb56d5ebe3d3fff7baee276da'/>
<id>a7fc50b1906fa97fb56d5ebe3d3fff7baee276da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimizations for the pure-Lux JVM compiler. [Part 4]</title>
<updated>2022-02-28T08:57:40+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2022-02-28T08:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=62436b809630ecd3e40bd6e2b45a8870a2866934'/>
<id>62436b809630ecd3e40bd6e2b45a8870a2866934</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
