aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/collection/set.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-13Re-licensed to MPL 2.0Eduardo Julian1-0/+3
2022-12-02Added some simple time-series handling machinery.Eduardo Julian1-1/+1
2022-07-02Moved "lux/macro" to "lux/meta/macro".Eduardo Julian1-3/+4
2022-06-29Better syntax for calling virtual methods when defining JVM classes.Eduardo Julian1-1/+3
2022-06-25De-sigil-ification: suffix : [Part 15]Eduardo Julian1-1/+1
2022-06-16De-sigil-ification: suffix : [Part 14]Eduardo Julian1-2/+2
2022-06-16De-sigil-ification: suffix : [Part 13]Eduardo Julian1-23/+23
2022-06-12De-sigil-ification: suffix : [Part 4]Eduardo Julian1-21/+21
2022-06-04De-sigil-ification: #Eduardo Julian1-1/+1
2022-06-04Extensible import syntax [Part 6]Eduardo Julian1-1/+1
2022-06-03Extensible import syntax [Part 4]Eduardo Julian1-1/+1
2022-06-02Extensible import syntax [Part 2]Eduardo Julian1-1/+1
2022-06-01Extensible import syntax: Part 1Eduardo Julian1-5/+5
2022-04-07De-sigil-ification: &Eduardo Julian1-1/+1
2022-04-06More efficient binary formatting.Eduardo Julian1-1/+1
2022-03-15De-sigil-ification: ^Eduardo Julian1-1/+3
2022-03-14De-sigil-ification: @Eduardo Julian1-16/+16
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-6/+6
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-4/+4
2021-09-07De-taggification | part 4Eduardo Julian1-3/+3
2021-09-04De-taggification | part 2Eduardo Julian1-7/+7
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-18/+18
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-1/+1
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-5/+3
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-6/+6
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-2/+2
2021-08-08No more #export magic syntax.Eduardo Julian1-19/+19
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-6/+6
2021-08-01Even more renamings.Eduardo Julian1-7/+7
2021-07-30More renamings.Eduardo Julian1-0/+2
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-1/+1
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-12/+13
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-3/+3
2021-01-12Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian1-8/+9
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-3/+4
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-8/+8
2020-12-02Replaced "contains?" function with "key?" function.Eduardo Julian1-2/+2
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-1/+1
2020-11-28Re-named "_.claim" to "_.cover'".Eduardo Julian1-4/+4
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian1-2/+4
2020-11-05Lightweight machinery for agent-oriented programming.Eduardo Julian1-0/+4
2020-10-25Some small refactoring.Eduardo Julian1-3/+2
2020-06-29Added the missing cache invalidation to the new compiler.Eduardo Julian1-2/+6
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-2/+4
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+1
2019-03-24Ported tests for collection-related modules.Eduardo Julian1-62/+63
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-4/+4
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-1/+1
2019-02-04Changed the naming style for structures.Eduardo Julian1-10/+10