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