<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lux/source, 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>- Removed the Lux source from the repo, as it now belongs to the lux/stdlib package.</title>
<updated>2015-10-04T23:59:22+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2015-10-04T23:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=72d9dc02b2a6978ff0905843019bc563e4db8767'/>
<id>72d9dc02b2a6978ff0905843019bc563e4db8767</id>
<content type='text'>
- Removed de Apacke Commons Compress library, as Lux libraries will now be packaged as .jar files instead of as .tar.gz files.
- The compiler no longer packages libraries, as that task will now be left for the build system.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Removed de Apacke Commons Compress library, as Lux libraries will now be packaged as .jar files instead of as .tar.gz files.
- The compiler no longer packages libraries, as that task will now be left for the build system.</pre>
</div>
</content>
</entry>
<entry>
<title>- Changed the license in the project.clj file (had forgotten until now).</title>
<updated>2015-09-30T20:44:42+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2015-09-30T20:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=1ff2c6ced65171a68ef761275a75ba4dc56caf7b'/>
<id>1ff2c6ced65171a68ef761275a75ba4dc56caf7b</id>
<content type='text'>
- Some minor updates to the standard library.
- Some minor bug fixes &amp; improvements.
- program.lux has been removed.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Some minor updates to the standard library.
- Some minor bug fixes &amp; improvements.
- program.lux has been removed.</pre>
</div>
</content>
</entry>
<entry>
<title>- Returned to old format of type-environments where odds are arguments &amp; evens are quantifiers.</title>
<updated>2015-09-29T11:40:29+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2015-09-29T11:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=57ed0ef20db8f6ae926c1f7580f5bfa26928612b'/>
<id>57ed0ef20db8f6ae926c1f7580f5bfa26928612b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Removed reflection warnings.</title>
<updated>2015-09-29T02:25:32+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2015-09-29T02:25:32+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=f5c046279de3c28e3d83dda116f2b3742766a93b'/>
<id>f5c046279de3c28e3d83dda116f2b3742766a93b</id>
<content type='text'>
- Made some improvements to working with object arrays.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Made some improvements to working with object arrays.</pre>
</div>
</content>
</entry>
<entry>
<title>- Added a rule that Void is a subtype of every other type.</title>
<updated>2015-09-29T01:22:42+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2015-09-29T01:22:42+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=968eb87adef6d62803543adf2ec51049527ccb33'/>
<id>968eb87adef6d62803543adf2ec51049527ccb33</id>
<content type='text'>
- Added the type-checking rules for existential quantification (ExQ).
- Fixed one of the rules for type-checking universal quantification (UnivQ).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added the type-checking rules for existential quantification (ExQ).
- Fixed one of the rules for type-checking universal quantification (UnivQ).</pre>
</div>
</content>
</entry>
<entry>
<title>- Added generics support for object field access (getting &amp; setting).</title>
<updated>2015-09-28T02:20:31+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2015-09-28T02:20:31+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=39a00124a102e5479271c2dbd6791979a34e1e2e'/>
<id>39a00124a102e5479271c2dbd6791979a34e1e2e</id>
<content type='text'>
- Added generics support for object method invocation.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added generics support for object method invocation.</pre>
</div>
</content>
</entry>
<entry>
<title>- Added support for type-checking generic classes.</title>
<updated>2015-09-27T22:59:38+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2015-09-27T22:59:38+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=f829e62d2102a60244b9f0950240dc71f74cccff'/>
<id>f829e62d2102a60244b9f0950240dc71f74cccff</id>
<content type='text'>
- Added support for instancing generic objects.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added support for instancing generic objects.</pre>
</div>
</content>
</entry>
<entry>
<title>- Added support for Java annotations.</title>
<updated>2015-09-26T22:10:00+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2015-09-26T22:10:00+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=506ec627005cca8a2e6f7c4fcf374634be3653de'/>
<id>506ec627005cca8a2e6f7c4fcf374634be3653de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Both method declarations &amp; method definitions in classes can now include declarations of which exceptions they throw.</title>
<updated>2015-09-26T13:22:21+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2015-09-26T13:22:21+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=03bf7b58e6cf45b76b317369aa476443236658f9'/>
<id>03bf7b58e6cf45b76b317369aa476443236658f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Now the file-name &amp; the line numbers are stored inside the .class files for debug info.</title>
<updated>2015-09-16T22:54:38+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2015-09-16T22:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=6a84a06475463ffdaf3d6512696c7577afc8fed1'/>
<id>6a84a06475463ffdaf3d6512696c7577afc8fed1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
