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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-25
Updates to the Lua compiler.
Eduardo Julian
1
-792
/
+131
2021-08-24
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
1
-795
/
+860
2021-08-23
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
1
-314
/
+314
2021-08-21
Can now produce arbitrary code fragments statically by evaluating arbitrary e...
Eduardo Julian
1
-1
/
+1
2021-08-20
More fixes.
Eduardo Julian
1
-10
/
+20
2021-08-19
Enabled compile-time code evaluation (i.e. "eval" function).
Eduardo Julian
1
-73
/
+95
2021-08-18
Some bug fixes.
Eduardo Julian
1
-45
/
+45
2021-08-16
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
1
-43
/
+33
2021-08-14
Moved documentation-generation machinery to its own module.
Eduardo Julian
1
-26
/
+18
2021-08-13
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
1
-138
/
+190
2021-08-12
Improved binding syntax for "syntax:".
Eduardo Julian
1
-13
/
+0
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
1
-210
/
+210
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
1
-360
/
+360
2021-08-08
No more #export magic syntax.
Eduardo Julian
1
-644
/
+792
2021-08-07
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
1
-529
/
+514
2021-08-02
Fixed a bug in the new compiler which allowed the same module to be imported ...
Eduardo Julian
1
-125
/
+124
2021-08-01
Even more renamings.
Eduardo Julian
1
-29
/
+39
2021-07-31
Yet more renamings.
Eduardo Julian
1
-68
/
+73
2021-07-30
More renamings.
Eduardo Julian
1
-20
/
+22
2021-07-29
Switched from the "from to" convention to the "minimum additional" convention.
Eduardo Julian
1
-74
/
+79
2021-07-28
Re-named List's tags: Nil => End && Cons => Item
Eduardo Julian
1
-581
/
+581
2021-07-27
Re-named wrap => in && unwrap => out.
Eduardo Julian
1
-233
/
+233
2021-07-26
Re-named Promise to Async.
Eduardo Julian
1
-153
/
+153
2021-07-25
Better syntax for "library/lux.^multi".
Eduardo Julian
1
-105
/
+108
2021-07-17
Now properly loading cached modules.
Eduardo Julian
1
-7
/
+6
2021-07-16
Fixed some inconsistent naming.
Eduardo Julian
1
-23
/
+11
2021-07-14
Constant inlining.
Eduardo Julian
1
-182
/
+182
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-187
/
+192
2021-07-12
Better syntax for parallel-hierarchy imports.
Eduardo Julian
1
-41
/
+63
2021-07-11
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
1
-121
/
+125
2021-07-10
Made the "try" macro into a common one, instead of a host-specific one.
Eduardo Julian
1
-0
/
+18
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
1
-19
/
+19
2021-06-29
Some updates for the new compilers.
Eduardo Julian
1
-17
/
+12
2021-05-30
More adjustments for Common Lisp.
Eduardo Julian
1
-246
/
+268
2021-05-24
Using offset+distance instead of from+to for text clipping.
Eduardo Julian
1
-2
/
+2
2021-03-10
Wrestling with JPHP.
Eduardo Julian
1
-5
/
+16
2021-03-01
Done with Ruby.
Eduardo Julian
1
-0
/
+2
2021-02-10
Continuing with Lua
Eduardo Julian
1
-9
/
+16
2021-02-07
Mo' updates, less problems.
Eduardo Julian
1
-1
/
+1
2021-01-28
Implemented arithmetic right-shift in terms of logic right-shift.
Eduardo Julian
1
-2
/
+2
2021-01-08
Moved "log!" function under "lux/debug".
Eduardo Julian
1
-8
/
+0
2020-12-29
Unified repository abstraction for Aedifex.
Eduardo Julian
1
-1
/
+1
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
1
-45
/
+45
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
1
-1367
/
+1367
2020-12-22
Properly naming unicode Block type.
Eduardo Julian
1
-1
/
+1
2020-12-04
Re-named old luxc-jvm to lux-bootstrapper.
Eduardo Julian
1
-2
/
+2
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
1
-10
/
+10
2020-12-01
Added specialized root/2 and root/3 functions in lux/math.
Eduardo Julian
1
-387
/
+387
2020-11-24
Better error messages when re-using a name when making a definition.
Eduardo Julian
1
-2
/
+2
2020-11-17
Made the syntax of ^template more consistent.
Eduardo Julian
1
-73
/
+75
[prev]
[next]