aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data/collection/sequence.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-licensed to MPL 2.0Eduardo Julian2023-01-131-0/+3
|
* Began work on C++ back-end.Eduardo Julian2022-12-231-3/+3
|
* Added some explicit machinery for the Any type.Eduardo Julian2022-12-221-3/+4
|
* Now showing stack-traces for runtime exceptions in Ruby.Eduardo Julian2022-12-221-4/+4
|
* Added price-action abstraction.Eduardo Julian2022-12-191-2/+3
|
* Added accumulation/distribution oscillator.Eduardo Julian2022-12-121-4/+6
|
* Added machinery for averaging a time-series.Eduardo Julian2022-12-091-1/+19
|
* Added some simple time-series handling machinery.Eduardo Julian2022-12-021-7/+7
|
* Re-named the "case" macro to "when".Eduardo Julian2022-08-111-3/+3
|
* Extracted property-based testing machinery into its own module.Eduardo Julian2022-08-101-2/+3
|
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-161-5/+5
|
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-4/+4
|
* De-sigil-ification: #Eduardo Julian2022-06-041-7/+7
|
* Extensible import syntax [Part 6]Eduardo Julian2022-06-041-4/+4
|
* Extensible import syntax [Part 5]Eduardo Julian2022-06-031-1/+1
|
* Extensible import syntax [Part 3]Eduardo Julian2022-06-021-1/+1
|
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-4/+4
|
* Better names for testing macros (plus better indentation).Eduardo Julian2022-04-091-112/+112
|
* De-sigil-ification: $Eduardo Julian2022-04-081-156/+156
|
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-13/+13
|
* De-sigil-ification: ^Eduardo Julian2022-03-151-3/+3
|
* Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-311-26/+56
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* "Row" => "Sequence"Eduardo Julian2021-09-151-0/+187
|
* "Sequence" => "Stream"Eduardo Julian2021-09-151-123/+0
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-4/+4
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-21/+21
|
* De-taggification | part 4Eduardo Julian2021-09-071-10/+10
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
|
* De-taggification | part 2Eduardo Julian2021-09-041-5/+5
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-2/+2
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-5/+5
|
* Some bug fixes.Eduardo Julian2021-08-181-27/+27
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-17/+26
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-18/+18
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-8/+8
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-1/+1
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-5/+5
|
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-17/+17
| | | | more than once.
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-2/+2
|
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-1/+1
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-19/+20
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-6/+5
|
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-1/+1
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-3/+3
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-12/+12
|
* Removed several unnecessary imports.Eduardo Julian2020-12-121-2/+0
|
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-5/+5
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-6/+6
| | | | convention that only macros that deal with types may start with a colon.