aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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. ↵Eduardo Julian2022-02-231-2/+2
| | | | Can also select code based on compiler version.
* 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 ↵Eduardo Julian2021-09-131-20/+20
| | | | syntax change.
* 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 ↵Eduardo Julian2021-07-081-2/+2
| | | | language boundaries)
* 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
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-271-0/+15
|