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
/
data
/
collection
/
set
/
ordered.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-84
/
+0
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
1
-1
/
+1
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
1
-9
/
+9
2020-12-09
Added support for "Commons Clause" to Licentia.
Eduardo Julian
1
-3
/
+0
2020-12-02
Replaced "contains?" function with "key?" function.
Eduardo Julian
1
-1
/
+1
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
1
-2
/
+2
2020-11-28
Re-named "_.claim" to "_.cover'".
Eduardo Julian
1
-3
/
+3
2020-11-05
Improved error reporting for syntax macros.
Eduardo Julian
1
-12
/
+10
2020-08-09
"abstract:" macro now takes annotations after representation type.
Eduardo Julian
1
-2
/
+0
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-1
/
+1
2019-03-30
Re-named "do-template" to "template".
Eduardo Julian
1
-2
/
+2
2019-03-24
Ported tests for collection-related modules.
Eduardo Julian
1
-7
/
+7
2019-03-15
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
1
-3
/
+3
2019-03-14
Now allowing the alias of a module to refer to the alias of an ancestor.
Eduardo Julian
1
-13
/
+13
2019-02-11
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
1
-1
/
+1
2019-02-04
Changed the naming style for structures.
Eduardo Julian
1
-3
/
+3
2018-07-20
"^open" and "open:" now use aliases instead of prefixes, the same way as modu...
Eduardo Julian
1
-2
/
+3
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
1
-2
/
+3
2018-07-13
Re-named "Bool" type to "Bit".
Eduardo Julian
1
-3
/
+3
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-6
/
+9
2018-07-11
- Improvements to import syntax [part 1].
Eduardo Julian
1
-1
/
+1
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
1
-2
/
+2
2018-07-10
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Eduardo Julian
1
-2
/
+2
2018-07-10
- Re-named "Dict" type to "Dictionary".
Eduardo Julian
1
-1
/
+1
2018-07-10
- Re-implemented sets using abstract types to make it impossible to use dicti...
Eduardo Julian
1
-75
/
+75
2018-07-10
- Re-named "struct:" to "structure:".
Eduardo Julian
1
-1
/
+1
2018-07-05
- Re-named "equality" to "equivalence".
Eduardo Julian
1
-3
/
+3
2018-05-13
- Re-named ".../eq" modules to ".../equality".
Eduardo Julian
1
-1
/
+1
2018-05-01
- Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".
Eduardo Julian
1
-1
/
+1
2018-05-01
- Re-organized dict modules.
Eduardo Julian
1
-1
/
+1
2018-05-01
- Re-organized set modules.
Eduardo Julian
1
-0
/
+0
2017-11-29
- Changed the identifier separator, from the semi-colon (;) to the period/dot...
Eduardo Julian
1
-17
/
+17
2017-11-28
- Re-named the "." function to "compose" and moved it to lux/function.
Eduardo Julian
1
-1
/
+1
2017-11-15
- Re-named "lux/meta" to to "lux/macro".
Eduardo Julian
1
-3
/
+3
2017-10-16
- Re-named "Lux" type to "Meta".
Eduardo Julian
1
-3
/
+3
2017-07-22
- Removed the "M" suffix from monadic functions.
Eduardo Julian
1
-2
/
+2
2017-06-23
- Renamed lux/data/coll/ordered to lux/data/coll/ordered/set.
Eduardo Julian
1
-0
/
+86