index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdlib
/
source
/
program
/
compositor.lux
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a logging/reporting issue for Lux/JS.
Eduardo Julian
2022-01-15
1
-8
/
+16
*
New packaging for Ruby programs.
Eduardo Julian
2021-11-29
1
-2
/
+12
*
"module:" => "using"
Eduardo Julian
2021-09-15
1
-1
/
+1
*
"Row" => "Sequence"
Eduardo Julian
2021-09-15
1
-2
/
+1
*
Re-named "recur" to "again".
Eduardo Julian
2021-09-14
1
-1
/
+1
*
Updated only/except import syntax to take into account record => variant synt...
Eduardo Julian
2021-09-13
1
-20
/
+20
*
Re-named \ => # && \\ => ##
Eduardo Julian
2021-09-12
1
-7
/
+7
*
Made the "#" character great again!
Eduardo Julian
2021-09-12
1
-14
/
+14
*
Migrated variants to the new syntax.
Eduardo Julian
2021-09-10
1
-9
/
+9
*
De-bracing | part 2
Eduardo Julian
2021-09-08
1
-2
/
+2
*
De-taggification | part 4
Eduardo Julian
2021-09-07
1
-27
/
+27
*
Changed the syntax of do/be's (co)monad bindings.
Eduardo Julian
2021-09-05
1
-3
/
+3
*
De-taggification | part 2
Eduardo Julian
2021-09-04
1
-22
/
+22
*
Updates to the Ruby compiler.
Eduardo Julian
2021-08-27
1
-3
/
+3
*
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
2021-08-24
1
-1
/
+1
*
Enabled compile-time code evaluation (i.e. "eval" function).
Eduardo Julian
2021-08-19
1
-11
/
+12
*
Some bug fixes.
Eduardo Julian
2021-08-18
1
-4
/
+4
*
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
2021-08-16
1
-1
/
+1
*
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
2021-08-13
1
-3
/
+3
*
Improved binding syntax for "syntax:".
Eduardo Julian
2021-08-12
1
-1
/
+1
*
Relocated maybe and lazy from data to control.
Eduardo Julian
2021-08-11
1
-4
/
+4
*
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
2021-08-09
1
-9
/
+9
*
No more #export magic syntax.
Eduardo Julian
2021-08-08
1
-1
/
+1
*
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
2021-08-07
1
-3
/
+3
*
Even more renamings.
Eduardo Julian
2021-08-01
1
-1
/
+1
*
Re-named List's tags: Nil => End && Cons => Item
Eduardo Julian
2021-07-28
1
-2
/
+2
*
Re-named wrap => in && unwrap => out.
Eduardo Julian
2021-07-27
1
-7
/
+7
*
Re-named Promise to Async.
Eduardo Julian
2021-07-26
1
-21
/
+21
*
Better syntax for "library/lux.^multi".
Eduardo Julian
2021-07-25
1
-16
/
+16
*
Now packaging JVM programs as "fat" jars in new JVM compiler.
Eduardo Julian
2021-07-24
1
-5
/
+24
*
Made the default JS file-system promise-based so it works well on Node.
Eduardo Julian
2021-07-19
1
-5
/
+12
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
1
-50
/
+51
*
Made sure the "phase" parameter of extensions is always usable (even across l...
Eduardo Julian
2021-07-08
1
-2
/
+2
*
Simplified the API for file-system operations.
Eduardo Julian
2021-07-06
1
-40
/
+10
*
No longer employing the capabilities model on the lux/world/* modules.
Eduardo Julian
2021-07-02
1
-11
/
+9
*
Made obtaining env variables more granular + partial Lua support.
Eduardo Julian
2021-06-27
1
-0
/
+15
*
Refactored the machinery to make local macros into its own module.
Eduardo Julian
2021-06-18
1
-1
/
+1
*
Almost done with Scheme.
Eduardo Julian
2021-05-24
1
-18
/
+22
*
More Lua + optimizations.
Eduardo Julian
2021-02-12
1
-22
/
+28
*
Turned I64 and variant creation functions into constructors for JS.
Eduardo Julian
2021-01-09
1
-5
/
+6
*
Added lexically-scoped templates.
Eduardo Julian
2021-01-05
1
-2
/
+0
*
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
2020-12-29
1
-27
/
+27
*
Improved parsing speed for Lux code.
Eduardo Julian
2020-12-11
1
-2
/
+3
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
2020-12-02
1
-8
/
+8
*
Added "private" macro to lux/debug.
Eduardo Julian
2020-11-28
1
-4
/
+3
*
Easy to use Rev constants.
Eduardo Julian
2020-10-31
1
-3
/
+3
*
Some small refactoring.
Eduardo Julian
2020-10-25
1
-2
/
+2
*
Calculate SHA-1 and MD5 hashes.
Eduardo Julian
2020-08-18
1
-1
/
+0
*
Fixed the last set of bugs involved in JS compilation.
Eduardo Julian
2020-08-08
1
-1
/
+1
*
Can get the JS compiler to compile its own source-code.
Eduardo Julian
2020-07-16
1
-16
/
+29
[next]