index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
lux
/
data
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-10-04
- Removed the Lux source from the repo, as it now belongs to the lux/stdlib p...
Eduardo Julian
12
-1018
/
+0
2015-09-30
- Changed the license in the project.clj file (had forgotten until now).
Eduardo Julian
3
-0
/
+23
2015-09-28
- Added a rule that Void is a subtype of every other type.
Eduardo Julian
1
-1
/
+1
2015-09-15
- :: no longer demands prefixes for the struct members
Eduardo Julian
5
-13
/
+13
2015-09-14
- Renamed "this" to "_jvm_this".
Eduardo Julian
1
-42
/
+0
2015-09-14
- Added the possibility to define anonymous classes.
Eduardo Julian
2
-1
/
+6
2015-09-12
- Primitive data-types can now be parameterized by other types.
Eduardo Julian
1
-0
/
+3
2015-09-11
- Updated the standard library.
Eduardo Julian
3
-104
/
+75
2015-09-08
- A few minor fixes in the standard library.
Eduardo Julian
4
-21
/
+34
2015-09-06
- Added the (untested) inference of tuple destructuring.
Eduardo Julian
1
-2
/
+2
2015-09-06
- Added type-inference when constructing tuples.
Eduardo Julian
1
-2
/
+1
2015-09-06
- Removed the (unnecessary) lux/meta/macro module.
Eduardo Julian
4
-14
/
+7
2015-09-06
- Expanded the standard library.
Eduardo Julian
5
-11
/
+130
2015-09-02
- Added a new (albeit small) I/O library with host-dependent functions.
Eduardo Julian
1
-11
/
+0
2015-09-01
- Added a macro to write recursive types.
Eduardo Julian
1
-15
/
+6
2015-08-31
- Found a compromise with the issue of certain definitions clashing with each...
Eduardo Julian
3
-25
/
+25
2015-08-30
- Added call/cc to lux/codata/lazy.
Eduardo Julian
1
-2
/
+2
2015-08-30
- Removed the (now obsolete) `' macro.
Eduardo Julian
3
-15
/
+14
2015-08-29
- Remove the (unnec) "All'" and "->'" macros.
Eduardo Julian
11
-88
/
+88
2015-08-29
- Added some compiler optimizations.
Eduardo Julian
2
-69
/
+9
2015-08-29
- Removed the (unnecessary) lux/data/cont module.
Eduardo Julian
4
-83
/
+52
2015-08-28
Changed the license from EPL to MPL.
Eduardo Julian
14
-98
/
+56
2015-08-28
Due to several performance issues and my inability to optimize them away due ...
Eduardo Julian
2
-31
/
+33
2015-08-23
- Restructuring how sums & products work [part 3]
Eduardo Julian
2
-33
/
+31
2015-08-17
- Finished turning tags into indices.
Eduardo Julian
11
-95
/
+95
2015-08-05
- Local vars can now longer have prefixed symbols.
Eduardo Julian
1
-1
/
+1
2015-08-04
- Struct definition no longer required prefixed members (now, it actually pro...
Eduardo Julian
11
-96
/
+96
2015-08-04
- Renamed the Syntax type to AST.
Eduardo Julian
4
-13
/
+16
2015-08-04
- Added a macro for exporting definitions (to not depend on the #export tag o...
Eduardo Julian
2
-2
/
+2
2015-08-03
- Type definitions inside the compiler data now hold the type itself.
Eduardo Julian
2
-11
/
+27
2015-08-03
Implemented text-interpolation through a macro ("<>") in lux/data/text
Eduardo Julian
3
-20
/
+61
2015-08-02
- Added a module for hashing.
Eduardo Julian
2
-52
/
+43
2015-07-31
- Did some refactoring of the standard library.
Eduardo Julian
16
-298
/
+301
2015-07-29
- lux;using no longer prefixes variables.
Eduardo Julian
3
-5
/
+5
2015-07-26
- Changed the name of lux/host/java to lux/host/jvm
Eduardo Julian
4
-46
/
+35
2015-07-26
- Fixed a pattern-matching error where generalizations of types (universal-qu...
Eduardo Julian
3
-6
/
+8
2015-07-25
- The output directory is now being used as the cache.
Eduardo Julian
18
-0
/
+1043