aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-08Optimized integer addition for Lux/Ruby in MRuby.Eduardo Julian1-4/+4
2022-02-06Finishing the meta-compiler [Part 1]Eduardo Julian1-1/+1
2022-02-05Updated copyright notices.Eduardo Julian1-4/+4
2022-01-31A few JVM-related fixes & improvements.Eduardo Julian1-2/+3
2022-01-28Better detection for "exec" optimization.Eduardo Julian1-3/+4
2022-01-20Better text formatting for types.Eduardo Julian1-55/+53
2022-01-15Fixed a logging/reporting issue for Lux/JS.Eduardo Julian1-8/+16
2021-11-29New packaging for Ruby programs.Eduardo Julian1-2/+12
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-15"Row" => "Sequence"Eduardo Julian1-2/+1
2021-09-14Re-named "recur" to "again".Eduardo Julian1-1/+1
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-20/+20
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-7/+7
2021-09-12Made the "#" character great again!Eduardo Julian1-14/+14
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-9/+9
2021-09-08De-bracing | part 2Eduardo Julian1-2/+2
2021-09-07De-taggification | part 4Eduardo Julian1-27/+27
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian1-3/+3
2021-09-04De-taggification | part 2Eduardo Julian1-22/+22
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-3/+3
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-1/+1
2021-08-19Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian1-11/+12
2021-08-18Some bug fixes.Eduardo Julian1-4/+4
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-1/+1
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-3/+3
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-1/+1
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-4/+4
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-9/+9
2021-08-08No more #export magic syntax.Eduardo Julian1-1/+1
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-3/+3
2021-08-01Even more renamings.Eduardo Julian1-1/+1
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian1-2/+2
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-7/+7
2021-07-26Re-named Promise to Async.Eduardo Julian1-21/+21
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-16/+16
2021-07-24Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian1-5/+24
2021-07-19Made the default JS file-system promise-based so it works well on Node.Eduardo Julian1-5/+12
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-50/+51
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian1-2/+2
2021-07-06Simplified the API for file-system operations.Eduardo Julian1-40/+10
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian1-11/+9
2021-06-27Made obtaining env variables more granular + partial Lua support.Eduardo Julian1-0/+15
2021-06-18Refactored the machinery to make local macros into its own module.Eduardo Julian1-1/+1
2021-05-24Almost done with Scheme.Eduardo Julian1-18/+22
2021-02-12More Lua + optimizations.Eduardo Julian1-22/+28
2021-01-09Turned I64 and variant creation functions into constructors for JS.Eduardo Julian1-5/+6
2021-01-05Added lexically-scoped templates.Eduardo Julian1-2/+0
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-27/+27
2020-12-11Improved parsing speed for Lux code.Eduardo Julian1-2/+3
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-8/+8