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
/
lux.lux
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
2021-08-23
1
-314
/
+314
|
*
Can now produce arbitrary code fragments statically by evaluating arbitrary ↵
Eduardo Julian
2021-08-21
1
-1
/
+1
|
|
|
|
expressions at compile-time.
*
More fixes.
Eduardo Julian
2021-08-20
1
-10
/
+20
|
*
Enabled compile-time code evaluation (i.e. "eval" function).
Eduardo Julian
2021-08-19
1
-73
/
+95
|
*
Some bug fixes.
Eduardo Julian
2021-08-18
1
-45
/
+45
|
*
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
2021-08-16
1
-43
/
+33
|
*
Moved documentation-generation machinery to its own module.
Eduardo Julian
2021-08-14
1
-26
/
+18
|
*
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
2021-08-13
1
-138
/
+190
|
*
Improved binding syntax for "syntax:".
Eduardo Julian
2021-08-12
1
-13
/
+0
|
*
Relocated maybe and lazy from data to control.
Eduardo Julian
2021-08-11
1
-210
/
+210
|
*
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
2021-08-09
1
-360
/
+360
|
*
No more #export magic syntax.
Eduardo Julian
2021-08-08
1
-644
/
+792
|
*
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
2021-08-07
1
-529
/
+514
|
*
Fixed a bug in the new compiler which allowed the same module to be imported ↵
Eduardo Julian
2021-08-02
1
-125
/
+124
|
|
|
|
more than once.
*
Even more renamings.
Eduardo Julian
2021-08-01
1
-29
/
+39
|
*
Yet more renamings.
Eduardo Julian
2021-07-31
1
-68
/
+73
|
*
More renamings.
Eduardo Julian
2021-07-30
1
-20
/
+22
|
*
Switched from the "from to" convention to the "minimum additional" convention.
Eduardo Julian
2021-07-29
1
-74
/
+79
|
*
Re-named List's tags: Nil => End && Cons => Item
Eduardo Julian
2021-07-28
1
-581
/
+581
|
*
Re-named wrap => in && unwrap => out.
Eduardo Julian
2021-07-27
1
-233
/
+233
|
*
Re-named Promise to Async.
Eduardo Julian
2021-07-26
1
-153
/
+153
|
*
Better syntax for "library/lux.^multi".
Eduardo Julian
2021-07-25
1
-105
/
+108
|
*
Now properly loading cached modules.
Eduardo Julian
2021-07-17
1
-7
/
+6
|
*
Fixed some inconsistent naming.
Eduardo Julian
2021-07-16
1
-23
/
+11
|
*
Constant inlining.
Eduardo Julian
2021-07-14
1
-182
/
+182
|
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
1
-0
/
+5958
[prev]