aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/poly (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extensible import syntax [Part 6]Eduardo Julian2022-06-043-6/+6
|
* Extensible import syntax [Part 5]Eduardo Julian2022-06-033-3/+3
|
* Extensible import syntax [Part 4]Eduardo Julian2022-06-033-8/+8
|
* Extensible import syntax [Part 3]Eduardo Julian2022-06-023-3/+3
|
* Extensible import syntax: Part 1Eduardo Julian2022-06-013-16/+16
|
* De-sigil-ification: $Eduardo Julian2022-04-083-330/+330
|
* De-sigil-ification: /Eduardo Julian2022-03-302-2/+2
|
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-301-3/+3
|
* De-sigil-ification: !Eduardo Julian2022-03-173-34/+34
|
* De-sigil-ification: prefix :Eduardo Julian2022-03-163-311/+311
|
* 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.