aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-17/+17
* De-sigil-ification: &Eduardo Julian2022-04-071-4/+4
* More efficient TAR handling.Eduardo Julian2022-04-071-3/+4
* Got documentation back in working condition.Eduardo Julian2022-04-061-6/+7
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-301-3/+3
* Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian2022-03-301-1/+1
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-18/+18
* Leaner syntax for the "for" macro.Eduardo Julian2022-03-141-10/+10
* De-sigil-ification: @Eduardo Julian2022-03-141-4/+4
* Added an easy way to export Lux functionality to host programs (in JVM).Eduardo Julian2022-03-091-3/+2
* Finishing the meta-compiler [Part 6 / Done... for now]Eduardo Julian2022-03-081-1/+1
* Finishing the meta-compiler [Part 5]Eduardo Julian2022-03-021-1/+3
* Finishing the meta-compiler [Part 4]Eduardo Julian2022-02-241-4/+5
* ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian2022-02-231-2/+2
* Finishing the meta-compiler [Part 3]Eduardo Julian2022-02-171-11/+9
* FIXED loop binding initialization in several back-ends.Eduardo Julian2022-02-161-1/+4
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-111-3/+3
* 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