aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data/color.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-12Added accumulation/distribution oscillator.Eduardo Julian1-82/+0
2022-12-12Added trade session (OHLCV) abstraction.Eduardo Julian1-85/+0
2022-12-11Added support for fixed-point arithmetic.Eduardo Julian1-71/+26
2022-12-09Added machinery for averaging a time-series.Eduardo Julian1-5/+5
2022-12-02Added some simple time-series handling machinery.Eduardo Julian1-64/+56
2022-11-21Added index section to documentation + re-named Primitive -> NominalEduardo Julian1-11/+11
2022-11-20Fixed a bug when optimization record access.Eduardo Julian1-6/+4
2022-11-16Added generic logging abstraction/machinery.Eduardo Julian1-1/+3
2022-11-15Now documenting dependers and dependees.Eduardo Julian1-9/+16
2022-08-10Extracted property-based testing machinery into its own module.Eduardo Julian1-2/+3
2022-07-02More traditional names for unquoting macros.Eduardo Julian1-3/+3
2022-06-16De-sigil-ification: suffix : [Part 14]Eduardo Julian1-1/+1
2022-06-16De-sigil-ification: suffix : [Part 13]Eduardo Julian1-12/+12
2022-06-12De-sigil-ification: suffix : [Part 3]Eduardo Julian1-4/+4
2022-06-04De-sigil-ification: #Eduardo Julian1-17/+17
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-3/+3
2022-04-09Better names for testing macros (plus better indentation).Eduardo Julian1-71/+71
2022-04-08De-sigil-ification: $Eduardo Julian1-110/+110
2022-03-16Generalized/type-agnostic arithmetic.Eduardo Julian1-7/+5
2022-03-15De-sigil-ification: ^Eduardo Julian1-24/+24
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-3/+3
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-18/+18
2021-09-07De-taggification | part 4Eduardo Julian1-10/+10
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian1-2/+2
2021-09-04De-taggification | part 2Eduardo Julian1-4/+4
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-4/+4
2021-08-18Some bug fixes.Eduardo Julian1-3/+3
2021-08-08No more #export magic syntax.Eduardo Julian1-2/+2
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-13/+13
2021-08-01Even more renamings.Eduardo Julian1-7/+7
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-19/+19
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian1-1/+1
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-21/+22
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian1-7/+6
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-6/+11
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-6/+6
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-35/+35
2020-12-10Render XML to text in an indented form for human readability.Eduardo Julian1-7/+10
2020-12-10Re-named "with-cover" to "for".Eduardo Julian1-59/+59
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-17/+17
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian1-3/+3
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian1-2/+1
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian1-5/+5
2020-10-04Test to make sure modules cannot import themselves.Eduardo Julian1-65/+166
2020-07-01Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian1-1/+1
2019-07-24No more "f/"-prefixed functions.Eduardo Julian1-22/+23
2019-07-24Got rid of the "Number" abstraction.Eduardo Julian1-2/+2