aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-11Re-named the "case" macro to "when".Eduardo Julian1-6/+6
2022-07-10Removed the need for ,! unquoting.Eduardo Julian1-4/+4
2022-07-09First-class programs instead of having a "lux program" extension.Eduardo Julian1-8/+29
2022-07-06Moved "lux/time" to "lux/world/time".Eduardo Julian1-3/+3
2022-07-06Moved compiler machinery under lux/meta.Eduardo Julian1-9/+8
2022-07-03Moved "lux/target" to "lux/meta/target".Eduardo Julian1-4/+4
2022-07-02Moved "lux/macro" to "lux/meta/macro".Eduardo Julian1-1/+2
2022-06-26Re-named directives to declarations.Eduardo Julian1-8/+8
2022-06-16De-sigil-ification: suffix : [Part 14]Eduardo Julian1-2/+2
2022-06-16De-sigil-ification: suffix : [Part 13]Eduardo Julian1-5/+5
2022-06-15Better syntax for the "sharing" and "by_example" macros.Eduardo Julian1-14/+12
2022-06-13New "format" hierarchy.Eduardo Julian1-1/+1
2022-06-06Added extensions to JS interop for working with "undefined" values.Eduardo Julian1-1/+1
2022-06-04De-sigil-ification: #Eduardo Julian1-7/+7
2022-06-04Extensible import syntax [Part 6]Eduardo Julian1-1/+1
2022-06-03Extensible import syntax [Part 4]Eduardo Julian1-4/+4
2022-06-02Extensible import syntax [Part 2]Eduardo Julian1-1/+1
2022-06-01Extensible import syntax: Part 1Eduardo Julian1-17/+17
2022-04-07De-sigil-ification: &Eduardo Julian1-4/+4
2022-04-07More efficient TAR handling.Eduardo Julian1-3/+4
2022-04-06Got documentation back in working condition.Eduardo Julian1-6/+7
2022-03-30Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian1-3/+3
2022-03-30Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian1-1/+1
2022-03-16De-sigil-ification: prefix :Eduardo Julian1-18/+18
2022-03-14Leaner syntax for the "for" macro.Eduardo Julian1-10/+10
2022-03-14De-sigil-ification: @Eduardo Julian1-4/+4
2022-03-09Added an easy way to export Lux functionality to host programs (in JVM).Eduardo Julian1-3/+2
2022-03-08Finishing the meta-compiler [Part 6 / Done... for now]Eduardo Julian1-1/+1
2022-03-02Finishing the meta-compiler [Part 5]Eduardo Julian1-1/+3
2022-02-24Finishing the meta-compiler [Part 4]Eduardo Julian1-4/+5
2022-02-23ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian1-2/+2
2022-02-17Finishing the meta-compiler [Part 3]Eduardo Julian1-11/+9
2022-02-16FIXED loop binding initialization in several back-ends.Eduardo Julian1-1/+4
2022-02-11Fixed directive extensions for Lux/Python.Eduardo Julian1-3/+3
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