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
/
lux
/
control
/
thread.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-105
/
+0
2021-07-11
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
1
-1
/
+1
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
1
-3
/
+3
2021-05-24
Almost done with Scheme.
Eduardo Julian
1
-1
/
+2
2021-03-12
Almost done with PHP.
Eduardo Julian
1
-1
/
+2
2021-03-01
Done with Ruby.
Eduardo Julian
1
-1
/
+2
2021-02-15
Almost done with Lua.
Eduardo Julian
1
-1
/
+2
2021-02-01
Improved compilation of loops and pattern-matching for Python.
Eduardo Julian
1
-2
/
+2
2020-10-14
Gave the Location type its own module.
Eduardo Julian
1
-2
/
+2
2020-08-09
"abstract:" macro now takes annotations after representation type.
Eduardo Julian
1
-2
/
+2
2020-06-28
The "for" macro can now work directly with definitions. No text literals nece...
Eduardo Julian
1
-13
/
+13
2019-06-15
Array machinery for the JavaScript compiler.
Eduardo Julian
1
-1
/
+4
2019-05-28
Applied several tweaks to make the code easier to process by the new compiler.
Eduardo Julian
1
-3
/
+11
2019-04-27
Re-named "lux/tool/compiler/host" to "lux/target".
Eduardo Julian
1
-5
/
+3
2019-04-16
The old compiler is now identified with "old" instead of "jvm". This should h...
Eduardo Julian
1
-1
/
+1
2019-04-06
Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".
Eduardo Julian
1
-2
/
+3
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-1
/
+1
2019-03-02
Added the capacity to extract type-information from values to create new type...
Eduardo Julian
1
-1
/
+1
2019-02-12
Re-named "lux/platform" to "lux/tool".
Eduardo Julian
1
-1
/
+1
2019-02-12
Ported 2 new test modules to the new format.
Eduardo Julian
1
-8
/
+7
2019-02-04
Changed the naming style for structures.
Eduardo Julian
1
-6
/
+6
2018-12-04
Some refactoring and small fixes.
Eduardo Julian
1
-2
/
+3
2018-08-03
Moved "Array" type back into "lux/data/collection/array".
Eduardo Julian
1
-1
/
+1
2018-07-31
Now implementing box functionality in stdlib instead of the compiler.
Eduardo Julian
1
-17
/
+29
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-5
/
+6
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
1
-4
/
+4
2018-07-10
- Re-named "struct:" to "structure:".
Eduardo Julian
1
-3
/
+3
2018-05-23
- Minor improvements.
Eduardo Julian
1
-1
/
+1
2018-05-20
- Re-named "Top" to "Any", and "Bottom" to "Nothing".
Eduardo Julian
1
-1
/
+1
2018-05-05
- Removed Void and Unit as kinds of types.
Eduardo Julian
1
-1
/
+1
2018-05-02
- Re-named "Applicative" to "Apply".
Eduardo Julian
1
-3
/
+3
2018-05-02
- Moved the "wrap" function into Monad, and removed Applicative from Monad's ...
Eduardo Julian
1
-5
/
+5
2018-04-05
- Improved the syntax for the "lux.function" macro.
Eduardo Julian
1
-9
/
+9
2017-12-31
- Added safe (single-threaded) mutation.
Eduardo Julian
1
-0
/
+78
2017-12-31
- Added safe (single-threaded) mutation.
Eduardo Julian
1
-0
/
+78