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
/
program
/
scriptum.lux
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
1
-2
/
+2
2019-07-26
No more "n/"-prefixed functions.
Eduardo Julian
1
-10
/
+12
2019-07-02
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
1
-5
/
+5
2019-06-20
Improved the convention for using text formatters.
Eduardo Julian
1
-10
/
+10
2019-05-22
Removed the useless #lux.type? annotation tag.
Eduardo Julian
1
-1
/
+1
2019-05-02
Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation ↵
Eduardo Julian
1
-2
/
+2
type and its "magical" compiler behavior.
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-1
/
+2
2019-03-30
Re-named "do-template" to "template".
Eduardo Julian
1
-2
/
+2
2019-03-15
Changed the convention for the structure opening separator from "/" to ";", ↵
Eduardo Julian
1
-33
/
+33
to avoid confusion since "/" is used for relative module paths.
2019-02-24
Improved the names of monad transformers.
Eduardo Julian
1
-1
/
+1
2019-02-11
Added the special # syntax for referring to the module's alias when opening ↵
Eduardo Julian
1
-3
/
+3
structures.
2019-02-05
Updated Scriptum to make sure it always generates documentation for tested ↵
Eduardo Julian
1
-8
/
+4
modules.
2019-02-05
Migrated documentation tool's code into stdlib.
Eduardo Julian
1
-0
/
+518