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
/
concurrency
/
task.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-04
Some refactoring.
Eduardo Julian
1
-29
/
+31
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-10
/
+10
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
1
-2
/
+2
2018-07-10
- Re-named "struct:" to "structure:".
Eduardo Julian
1
-3
/
+3
2018-05-20
- Re-named "Top" to "Any", and "Bottom" to "Nothing".
Eduardo Julian
1
-2
/
+2
2018-05-05
- Removed Void and Unit as kinds of types.
Eduardo Julian
1
-2
/
+2
2018-05-02
- Changed the syntax for the parameters of "syntax:".
Eduardo Julian
1
-1
/
+1
2018-05-02
- Re-named "Applicative" to "Apply".
Eduardo Julian
1
-2
/
+2
2018-05-02
- Moved the "wrap" function into Monad, and removed Applicative from Monad's ...
Eduardo Julian
1
-6
/
+6
2018-04-05
- Improved the syntax for the "lux.function" macro.
Eduardo Julian
1
-1
/
+1
2018-02-07
- Improved the way exceptions work.
Eduardo Julian
1
-2
/
+3
2017-12-02
- Added context-sensitive macro-expansion by means of "lux in-module", and re...
Eduardo Julian
1
-1
/
+1
2017-11-29
- Changed the identifier separator, from the semi-colon (;) to the period/dot...
Eduardo Julian
1
-25
/
+25
2017-11-27
- Got rid of even more dots.
Eduardo Julian
1
-2
/
+2
2017-11-15
- Re-named "lux/meta" to to "lux/macro".
Eduardo Julian
1
-2
/
+2
2017-10-16
- Re-named "Lux" type to "Meta".
Eduardo Julian
1
-2
/
+2
2017-10-16
- Re-named "Result" type back to "Error".
Eduardo Julian
1
-15
/
+15
2017-09-19
- Some refactoring.
Eduardo Julian
1
-4
/
+4
2017-07-22
- Some utility functions.
Eduardo Julian
1
-0
/
+4
2017-06-26
- Miscellaneous refactoring.
Eduardo Julian
1
-0
/
+4
2017-06-24
- Re-designed actors so that their messages are now functions with access to ...
Eduardo Julian
1
-3
/
+23
2017-06-21
- Added Task type, as a promise that can fail.
Eduardo Julian
1
-0
/
+51