aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
| | | But will have to postpone finishing it because Kawa is not up to snuff.
* 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 ↵Eduardo Julian2020-12-021-8/+8
| | | | convention that only macros that deal with types may start with a colon.
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-4/+3
|
* Easy to use Rev constants.Eduardo Julian2020-10-311-3/+3
|
* Some small refactoring.Eduardo Julian2020-10-251-2/+2
|
* Calculate SHA-1 and MD5 hashes.Eduardo Julian2020-08-181-1/+0
|
* Fixed the last set of bugs involved in JS compilation.Eduardo Julian2020-08-081-1/+1
|
* Can get the JS compiler to compile its own source-code.Eduardo Julian2020-07-161-16/+29
|
* Mo' fixes, less problems.Eduardo Julian2020-07-141-2/+3
|
* Got the JS compiler to compile fully.Eduardo Julian2020-07-111-2/+0
|
* WIP: Leiningen integration with the new JVM compiler.Eduardo Julian2020-07-011-5/+6
|
* Added the missing cache invalidation to the new compiler.Eduardo Julian2020-06-291-3/+6
|
* Re-added & u[dated packaging machinery.Eduardo Julian2020-06-281-6/+30
|
* Can now import previously exported libraries.Eduardo Julian2020-05-291-2/+2
|
* Can now export Lux code as library TAR files.Eduardo Julian2020-05-281-11/+21
|
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-1/+1
|
* :share no longer relies on :assumeEduardo Julian2020-05-171-2/+2
|
* Parallel compilation for the new compiler(s).Eduardo Julian2020-05-161-43/+13
|
* Including runtime machinery in the cache.Eduardo Julian2020-05-091-7/+6
|
* Loading the artifacts from the cache and re-populating the analyser's state.Eduardo Julian2020-05-061-1/+1
|
* Now caching the reservations from the archive.Eduardo Julian2020-04-211-9/+13
|
* Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian2020-04-191-1/+3
|