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
/
coll
/
dictionary
/
ordered.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-10
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Eduardo Julian
1
-569
/
+0
2018-07-10
- Re-named "Dict" type to "Dictionary".
Eduardo Julian
1
-12
/
+12
2018-07-10
- Re-named "struct:" to "structure:".
Eduardo Julian
1
-1
/
+1
2018-07-05
- Re-named "equality" to "equivalence".
Eduardo Julian
1
-5
/
+5
2018-07-03
- Added function for updating dictionary.
Eduardo Julian
1
-0
/
+6
2018-05-13
- Re-named ".../eq" modules to ".../equality".
Eduardo Julian
1
-1
/
+1
2018-05-13
- Added new #I64 type as foundation for types based on 64-bit integers.
Eduardo Julian
1
-2
/
+2
2018-05-01
- Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".
Eduardo Julian
1
-0
/
+0
2018-05-01
- Re-organized dict modules.
Eduardo Julian
1
-0
/
+0
2018-04-05
- Improved the syntax for the "lux.function" macro.
Eduardo Julian
1
-1
/
+1
2018-04-05
- Re-named "is" to "is?".
Eduardo Julian
1
-1
/
+1
2017-12-03
- Fixed some small issues uncovered by new-luxc.
Eduardo Julian
1
-1
/
+4
2017-11-29
- Changed the identifier separator, from the semi-colon (;) to the period/dot...
Eduardo Julian
1
-122
/
+122
2017-11-27
- Changed the prefixes of numeric functions.
Eduardo Julian
1
-3
/
+3
2017-11-15
- Re-named "lux/meta" to to "lux/macro".
Eduardo Julian
1
-3
/
+3
2017-10-19
- Implemented an more comfortable alternative to "with-expansions".
Eduardo Julian
1
-18
/
+16
2017-10-16
- Re-named "Lux" type to "Meta".
Eduardo Julian
1
-3
/
+3
2017-09-19
- Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...
Eduardo Julian
1
-1
/
+1
2017-09-19
- Some refactoring.
Eduardo Julian
1
-6
/
+6
2017-07-22
- Removed the "M" suffix from monadic functions.
Eduardo Julian
1
-1
/
+1
2017-06-23
- Renamed lux/data/coll/ordered to lux/data/coll/ordered/set.
Eduardo Julian
1
-159
/
+228
2017-06-17
- Small refactorings and name-changes.
Eduardo Julian
1
-3
/
+0
2017-05-24
- Renamed ^=> to ^multi.
Eduardo Julian
1
-44
/
+44
2017-05-07
- Renamed "AST" to "Code".
Eduardo Julian
1
-1
/
+1
2017-05-07
- Changed the name of "let%" to "with-expansions".
Eduardo Julian
1
-18
/
+21
2017-04-11
- Fused the lux/compiler and lux/macro modules.
Eduardo Julian
1
-1
/
+1
2017-04-04
- :: can now be used to refer to sub-structures within a structure.
Eduardo Julian
1
-1
/
+1
2017-04-03
- Implemented Int encoding/decoding in the standard library.
Eduardo Julian
1
-9
/
+9
2017-03-30
- Implemented ordered sets by means of red-black trees.
Eduardo Julian
1
-0
/
+493