aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian196-2281/+2095
2021-08-21Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian23-148/+111
2021-08-20More fixes.Eduardo Julian23-399/+113
2021-08-19Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian38-433/+271
2021-08-18Some bug fixes.Eduardo Julian225-2213/+1945
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian155-1232/+935
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian51-274/+623
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian110-705/+886
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian128-779/+965
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian256-2594/+2700
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian217-2393/+2617
2021-08-08No more #export magic syntax.Eduardo Julian445-5355/+5677
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian138-1263/+1392
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian100-486/+538
2021-08-01Even more renamings.Eduardo Julian155-802/+802
2021-07-31Yet more renamings.Eduardo Julian55-621/+736
2021-07-30More renamings.Eduardo Julian101-692/+737
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian74-616/+702
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian148-1521/+1672
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian282-5656/+5799
2021-07-26Re-named Promise to Async.Eduardo Julian116-1494/+1561
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian144-1486/+1573
2021-07-24Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian6-41/+161
2021-07-23Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2-35/+120
2021-07-22New JVM compiler can now compile JVM classes.Eduardo Julian4-134/+181
2021-07-20Updated the Scriptum documentation generator.Eduardo Julian9-86/+171
2021-07-19Made the default JS file-system promise-based so it works well on Node.Eduardo Julian3-92/+188
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian15-218/+256
2021-07-17Now allowing compilers to generate custom-named outputs.Eduardo Julian23-99/+125
2021-07-17Now properly loading cached modules.Eduardo Julian9-90/+121
2021-07-16Fixed some inconsistent naming.Eduardo Julian19-126/+114
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian3-9/+12
2021-07-14Constant inlining.Eduardo Julian1-182/+182
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian445-0/+89763