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
/
stdlib
/
source
/
library
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-29
Better parameterized type documentation.
Eduardo Julian
4
-36
/
+218
2021-08-29
Made labels (tags & slots) into a form of global binding.
Eduardo Julian
22
-341
/
+581
2021-08-27
Updates to the Ruby compiler.
Eduardo Julian
184
-1647
/
+1826
2021-08-26
"Interface" instead of "interface:", and "Rec" can be used in type definition.
Eduardo Julian
49
-633
/
+499
2021-08-25
Updates to the Lua compiler.
Eduardo Julian
68
-1451
/
+602
2021-08-24
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
326
-5098
/
+5209
2021-08-23
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
196
-2281
/
+2095
2021-08-21
Can now produce arbitrary code fragments statically by evaluating arbitrary e...
Eduardo Julian
23
-148
/
+111
2021-08-20
More fixes.
Eduardo Julian
23
-399
/
+113
2021-08-19
Enabled compile-time code evaluation (i.e. "eval" function).
Eduardo Julian
38
-433
/
+271
2021-08-18
Some bug fixes.
Eduardo Julian
225
-2213
/
+1945
2021-08-16
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
155
-1232
/
+935
2021-08-14
Moved documentation-generation machinery to its own module.
Eduardo Julian
51
-274
/
+623
2021-08-13
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
110
-705
/
+886
2021-08-12
Improved binding syntax for "syntax:".
Eduardo Julian
128
-779
/
+965
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
256
-2594
/
+2700
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
217
-2393
/
+2617
2021-08-08
No more #export magic syntax.
Eduardo Julian
445
-5355
/
+5677
2021-08-07
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
138
-1263
/
+1392
2021-08-02
Fixed a bug in the new compiler which allowed the same module to be imported ...
Eduardo Julian
100
-486
/
+538
2021-08-01
Even more renamings.
Eduardo Julian
155
-802
/
+802
2021-07-31
Yet more renamings.
Eduardo Julian
55
-621
/
+736
2021-07-30
More renamings.
Eduardo Julian
101
-692
/
+737
2021-07-29
Switched from the "from to" convention to the "minimum additional" convention.
Eduardo Julian
74
-616
/
+702
2021-07-28
Re-named List's tags: Nil => End && Cons => Item
Eduardo Julian
148
-1521
/
+1672
2021-07-27
Re-named wrap => in && unwrap => out.
Eduardo Julian
282
-5656
/
+5799
2021-07-26
Re-named Promise to Async.
Eduardo Julian
116
-1494
/
+1561
2021-07-25
Better syntax for "library/lux.^multi".
Eduardo Julian
144
-1486
/
+1573
2021-07-24
Now packaging JVM programs as "fat" jars in new JVM compiler.
Eduardo Julian
6
-41
/
+161
2021-07-23
Automatically handling input/output conversions for methods in new JVM compi...
Eduardo Julian
2
-35
/
+120
2021-07-22
New JVM compiler can now compile JVM classes.
Eduardo Julian
4
-134
/
+181
2021-07-20
Updated the Scriptum documentation generator.
Eduardo Julian
9
-86
/
+171
2021-07-19
Made the default JS file-system promise-based so it works well on Node.
Eduardo Julian
3
-92
/
+188
2021-07-18
New JVM compiler can now compile JVM interfaces.
Eduardo Julian
15
-218
/
+256
2021-07-17
Now allowing compilers to generate custom-named outputs.
Eduardo Julian
23
-99
/
+125
2021-07-17
Now properly loading cached modules.
Eduardo Julian
9
-90
/
+121
2021-07-16
Fixed some inconsistent naming.
Eduardo Julian
19
-126
/
+114
2021-07-15
Re-named "spec" hierarchy to "specification".
Eduardo Julian
3
-9
/
+12
2021-07-14
Constant inlining.
Eduardo Julian
1
-182
/
+182
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
445
-0
/
+89763
[prev]