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 (
Collapse
)
Author
Age
Files
Lines
*
Fixed directive extensions for Lux/Python.
Eduardo Julian
2022-02-11
1
-3
/
+3
|
*
Optimized integer addition for Lux/Ruby in MRuby.
Eduardo Julian
2022-02-08
1
-4
/
+4
|
*
Finishing the meta-compiler [Part 1]
Eduardo Julian
2022-02-06
1
-1
/
+1
|
*
Updated copyright notices.
Eduardo Julian
2022-02-05
1
-4
/
+4
|
*
A few JVM-related fixes & improvements.
Eduardo Julian
2022-01-31
1
-2
/
+3
|
*
Better detection for "exec" optimization.
Eduardo Julian
2022-01-28
1
-3
/
+4
|
*
Better text formatting for types.
Eduardo Julian
2022-01-20
1
-55
/
+53
|
*
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 ↵
Eduardo Julian
2021-09-13
1
-20
/
+20
|
|
|
|
syntax change.
*
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 ↵
Eduardo Julian
2021-07-08
1
-2
/
+2
|
|
|
|
language boundaries)
*
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
|
|
|
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 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
|
|
|
But will have to postpone finishing it because Kawa is not up to snuff.
*
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
|
[next]