aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/repository.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-13Re-licensed to MPL 2.0Eduardo Julian1-0/+3
2022-12-02Added some simple time-series handling machinery.Eduardo Julian1-6/+6
2022-08-11Re-named the "case" macro to "when".Eduardo Julian1-2/+2
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-8/+8
2022-06-04De-sigil-ification: #Eduardo Julian1-6/+6
2022-06-03Extensible import syntax [Part 5]Eduardo Julian1-1/+1
2022-06-02Extensible import syntax [Part 3]Eduardo Julian1-1/+1
2022-06-01Extensible import syntax: Part 1Eduardo Julian1-6/+6
2022-03-16De-sigil-ification: prefix :Eduardo Julian1-27/+27
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-13Updated only/except import syntax to take into account record => variant ↵Eduardo Julian1-6/+6
syntax change.
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-6/+6
2021-09-12Made the "#" character great again!Eduardo Julian1-8/+8
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-8/+8
2021-09-07De-taggification | part 4Eduardo Julian1-3/+3
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian1-2/+2
2021-09-04De-taggification | part 2Eduardo Julian1-7/+7
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-1/+1
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian1-14/+16
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian1-2/+2
2021-08-08No more #export magic syntax.Eduardo Julian1-4/+4
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-4/+4
2021-07-26Re-named Promise to Async.Eduardo Julian1-5/+5
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian1-0/+1
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-14/+15
2021-07-06Simplified the API for file-system operations.Eduardo Julian1-0/+8
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian1-5/+5
Capabilities should be opt-in, but using them in the standard library makes them mandatory.
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-4/+4
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-129/+4
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-17/+17
2020-12-23Refactored "export" common syntax.Eduardo Julian1-53/+40
2020-12-17More optimizations to the Lux syntax parser.Eduardo Julian1-46/+58
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian1-10/+10
convention that only macros that deal with types may start with a colon.
2020-11-28Added "private" macro to lux/debug.Eduardo Julian1-2/+2
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian1-15/+23
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-7/+36
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian1-2/+74
2020-11-05Improved error reporting for syntax macros.Eduardo Julian1-0/+85