aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/collection/array.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-13Re-licensed to MPL 2.0Eduardo Julian1-0/+3
2022-11-21Added index section to documentation + re-named Primitive -> NominalEduardo Julian1-2/+2
2022-07-26Slightly cleaner application of variance for FRP channels.Eduardo Julian1-2/+2
2022-06-30Alternative names for (un)quoting macros.Eduardo Julian1-2/+3
2022-06-29Better syntax for calling virtual methods when defining JVM classes.Eduardo Julian1-2/+4
2022-06-25De-sigil-ification: suffix : [Part 15]Eduardo Julian1-2/+2
2022-06-16De-sigil-ification: suffix : [Part 14]Eduardo Julian1-1/+1
2022-06-16De-sigil-ification: suffix : [Part 13]Eduardo Julian1-30/+30
2022-06-12De-sigil-ification: suffix : [Part 4]Eduardo Julian1-21/+21
2022-06-12De-sigil-ification: suffix : [Part 3]Eduardo Julian1-1/+1
2022-06-02Extensible import syntax [Part 2]Eduardo Julian1-1/+1
2022-06-01Extensible import syntax: Part 1Eduardo Julian1-6/+6
2022-04-04Properly handling variance for arrays to avoid invalid subtyping.Eduardo Julian1-40/+45
2022-03-30Lined-up names of "safe" binary/array defs with names of "unsafe" ones.Eduardo Julian1-7/+8
2022-03-07Compilers for scripting languages now only depend on new JVM compiler.Eduardo Julian1-1/+1
2022-03-05Optimizations for the pure-Lux JVM compiler. [Part 5]Eduardo Julian1-350/+75
2022-02-11Fixed directive extensions for Lux/Python.Eduardo Julian1-5/+6
2021-12-24Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian1-18/+38
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-14Re-named "recur" to "again".Eduardo Julian1-10/+10
2021-09-13Re-named "primitive" to "Primitive".Eduardo Julian1-2/+2
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-6/+6
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-10/+10
2021-09-12Made the "#" character great again!Eduardo Julian1-43/+43
2021-09-10Fixed the indentation of variants.Eduardo Julian1-1/+1
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-23/+23
2021-09-08De-bracing | part 2Eduardo Julian1-12/+12
2021-09-07De-taggification | part 4Eduardo Julian1-4/+4
2021-09-04De-taggification | part 2Eduardo Julian1-6/+6
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-22/+22
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian1-1/+1
2021-08-25Updates to the Lua compiler.Eduardo Julian1-2/+11
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-2/+2
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-66/+66
2021-08-19Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian1-16/+0
2021-08-18Some bug fixes.Eduardo Julian1-15/+15
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian1-24/+24
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-22/+22
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-13/+14
2021-08-08No more #export magic syntax.Eduardo Julian1-33/+33
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-4/+4
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-2/+8
2021-08-01Even more renamings.Eduardo Julian1-7/+7
2021-07-30More renamings.Eduardo Julian1-2/+2
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian1-13/+28
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian1-5/+5
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-1/+1
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-16/+17
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-7/+8
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-4/+4