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
/
control
/
function
/
memo.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-13
Re-licensed to MPL 2.0
Eduardo Julian
1
-0
/
+3
2022-08-11
Re-named the "case" macro to "when".
Eduardo Julian
1
-1
/
+1
2022-06-30
Alternative names for (un)quoting macros.
Eduardo Julian
1
-2
/
+3
2022-06-25
De-sigil-ification: suffix : [Part 15]
Eduardo Julian
1
-1
/
+1
2022-06-16
De-sigil-ification: suffix : [Part 14]
Eduardo Julian
1
-1
/
+1
2022-06-16
De-sigil-ification: suffix : [Part 13]
Eduardo Julian
1
-4
/
+4
2022-06-03
Extensible import syntax [Part 5]
Eduardo Julian
1
-1
/
+1
2022-06-03
Extensible import syntax [Part 4]
Eduardo Julian
1
-2
/
+2
2022-06-02
Extensible import syntax [Part 2]
Eduardo Julian
1
-1
/
+1
2022-06-01
Extensible import syntax: Part 1
Eduardo Julian
1
-5
/
+6
2022-03-16
De-sigil-ification: prefix :
Eduardo Julian
1
-1
/
+2
2022-03-15
De-sigil-ification: ^
Eduardo Julian
1
-13
/
+13
2021-09-15
"module:" => "using"
Eduardo Julian
1
-1
/
+1
2021-09-13
Updated only/except import syntax to take into account record => variant synt...
Eduardo Julian
1
-5
/
+5
2021-09-12
Made the "#" character great again!
Eduardo Julian
1
-2
/
+2
2021-09-10
Migrated variants to the new syntax.
Eduardo Julian
1
-1
/
+1
2021-09-07
De-taggification | part 4
Eduardo Julian
1
-5
/
+5
2021-09-05
Changed the syntax of do/be's (co)monad bindings.
Eduardo Julian
1
-1
/
+1
2021-09-04
De-taggification | part 2
Eduardo Julian
1
-7
/
+7
2021-08-27
Updates to the Ruby compiler.
Eduardo Julian
1
-4
/
+4
2021-08-25
Updates to the Lua compiler.
Eduardo Julian
1
-3
/
+3
2021-08-18
Some bug fixes.
Eduardo Julian
1
-5
/
+0
2021-08-13
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
1
-1
/
+1
2021-08-12
Improved binding syntax for "syntax:".
Eduardo Julian
1
-1
/
+1
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
1
-11
/
+10
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
1
-2
/
+2
2021-08-08
No more #export magic syntax.
Eduardo Julian
1
-5
/
+5
2021-08-01
Even more renamings.
Eduardo Julian
1
-2
/
+2
2021-07-27
Re-named wrap => in && unwrap => out.
Eduardo Julian
1
-2
/
+2
2021-07-25
Better syntax for "library/lux.^multi".
Eduardo Julian
1
-3
/
+3
2021-07-16
Fixed some inconsistent naming.
Eduardo Julian
1
-3
/
+3
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-10
/
+11
2020-10-31
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
1
-2
/
+2
2020-10-24
Changed type-parameters for Mixin types.
Eduardo Julian
1
-1
/
+1
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
1
-1
/
+1
2019-09-15
Added the ":let" macro to enable reuse of type fragments in larger types.
Eduardo Julian
1
-1
/
+2
2019-09-15
Implemented function memoization.
Eduardo Julian
1
-0
/
+62