aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/collection (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Re-named "recur" to "again".Eduardo Julian2021-09-1410-46/+46
|
* Better list pairing.Eduardo Julian2021-09-141-3/+11
|
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-142-18/+18
|
* No more "^slots".Eduardo Julian2021-09-143-32/+32
|
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-131-2/+2
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-1317-84/+84
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-1217-218/+218
|
* Made the "#" character great again!Eduardo Julian2021-09-1215-574/+577
|
* Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2021-09-105-355/+355
|
* Fixed the indentation of variants.Eduardo Julian2021-09-105-22/+22
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-1014-447/+449
|
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-091-2/+2
|
* De-bracing | part 2Eduardo Julian2021-09-084-26/+26
|
* De-bracing | part 1Eduardo Julian2021-09-081-28/+28
|
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-1/+2
|
* Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2021-09-085-376/+366
|
* De-taggification | part 4Eduardo Julian2021-09-0716-81/+81
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
|
* De-taggification | part 2Eduardo Julian2021-09-0417-96/+96
|
* Unified tuple and record syntax.Eduardo Julian2021-09-037-69/+69
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-2716-268/+268
|
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-264-13/+15
|
* Updates to the Lua compiler.Eduardo Julian2021-08-253-51/+63
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-2415-196/+196
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-2311-267/+262
|
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-199-89/+2
|
* Some bug fixes.Eduardo Julian2021-08-1812-439/+435
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-164-22/+18
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-1410-105/+105
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-138-101/+106
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-1210-95/+95
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-1117-127/+130
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-0911-198/+198
|
* No more #export magic syntax.Eduardo Julian2021-08-0817-311/+313
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-079-85/+100
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-025-29/+35
| | | | more than once.
* Even more renamings.Eduardo Julian2021-08-0112-74/+80
|
* Yet more renamings.Eduardo Julian2021-07-313-4/+5
|
* More renamings.Eduardo Julian2021-07-3012-231/+246
|
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-2910-29/+75
|
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-2812-161/+164
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-277-77/+77
|
* Re-named Promise to Async.Eduardo Julian2021-07-261-27/+27
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-2512-57/+58
|
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-201-9/+12
|
* Now properly loading cached modules.Eduardo Julian2021-07-171-5/+5
|
* Fixed some inconsistent naming.Eduardo Julian2021-07-164-38/+38
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1417-0/+4375