aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/poly (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optimizations for the pure-Lux JVM compiler. [Part 5]Eduardo Julian2022-03-051-1/+1
|
* "module:" => "using"Eduardo Julian2021-09-153-3/+3
|
* "Row" => "Sequence"Eduardo Julian2021-09-152-12/+12
|
* Re-named "recur" to "again".Eduardo Julian2021-09-141-1/+1
|
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-143-30/+30
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-133-16/+16
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-123-56/+56
|
* Made the "#" character great again!Eduardo Julian2021-09-121-13/+13
|
* Adjusted new compilers to work with the new variant syntax.Eduardo Julian2021-09-103-16/+16
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-3/+3
|
* No more annotations.Eduardo Julian2021-09-081-1/+1
|
* No more module annotations.Eduardo Julian2021-09-081-1/+0
|
* De-taggification | part 4Eduardo Julian2021-09-073-57/+57
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-053-4/+4
|
* De-taggification | part 2Eduardo Julian2021-09-043-19/+19
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-273-12/+15
|
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-261-18/+0
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-243-64/+64
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-232-71/+72
|
* Some bug fixes.Eduardo Julian2021-08-183-15/+15
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-163-9/+9
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-143-4/+4
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-2/+3
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-112-23/+24
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-093-30/+30
|
* No more #export magic syntax.Eduardo Julian2021-08-083-3/+3
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-073-61/+56
|
* More renamings.Eduardo Julian2021-07-301-4/+4
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-273-155/+156
|
* Re-named Promise to Async.Eduardo Julian2021-07-263-6/+6
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-252-43/+42
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-143-103/+106
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-123-6/+6
|
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-302-10/+12
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-111-2/+5
|
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-281-1/+1
|
* Added lexically-scoped templates.Eduardo Julian2021-01-052-5/+3
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-293-22/+25
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-253-72/+72
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-022-10/+10
| | | | convention that only macros that deal with types may start with a colon.
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-011-7/+7
|
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-57/+55
|
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-172-98/+98
|
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-072-54/+54
|
* Easy to use Rev constants.Eduardo Julian2020-10-313-41/+41
|
* Re-named some list functions.Eduardo Julian2020-10-243-6/+6
|
* Re-named "to-text" functions to "format".Eduardo Julian2020-10-151-2/+2
|
* Changed the format of project descriptor files.Eduardo Julian2020-09-163-5/+5
|
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-261-2/+2
|
* Now using the new syntax for variants (even though they still work the old ↵Eduardo Julian2020-07-023-15/+38
| | | | way... for now)