aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/poly (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2-71/+72
2021-08-18Some bug fixes.Eduardo Julian3-15/+15
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian3-9/+9
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian3-4/+4
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-2/+3
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian2-23/+24
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian3-30/+30
2021-08-08No more #export magic syntax.Eduardo Julian3-3/+3
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian3-61/+56
2021-07-30More renamings.Eduardo Julian1-4/+4
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian3-155/+156
2021-07-26Re-named Promise to Async.Eduardo Julian3-6/+6
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian2-43/+42
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian3-103/+106
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian3-6/+6
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2-10/+12
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian1-2/+5
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian1-1/+1
2021-01-05Added lexically-scoped templates.Eduardo Julian2-5/+3
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian3-22/+25
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian3-72/+72
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2-10/+10
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian1-7/+7
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian1-57/+55
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian2-98/+98
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2-54/+54
2020-10-31Easy to use Rev constants.Eduardo Julian3-41/+41
2020-10-24Re-named some list functions.Eduardo Julian3-6/+6
2020-10-15Re-named "to-text" functions to "format".Eduardo Julian1-2/+2
2020-09-16Changed the format of project descriptor files.Eduardo Julian3-5/+5
2020-08-26Download and catch dependencies in Aedifex.Eduardo Julian1-2/+2
2020-07-02Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian3-15/+38
2020-06-11Updated test for function optimization.Eduardo Julian1-19/+21
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian3-6/+5
2019-09-07Moved polytypic code generators to their own branch.Eduardo Julian3-0/+600