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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-13
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
1
-3
/
+3
2021-08-12
Improved binding syntax for "syntax:".
Eduardo Julian
1
-1
/
+1
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
1
-4
/
+4
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
1
-9
/
+9
2021-08-08
No more #export magic syntax.
Eduardo Julian
1
-1
/
+1
2021-08-07
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
1
-3
/
+3
2021-08-01
Even more renamings.
Eduardo Julian
1
-1
/
+1
2021-07-28
Re-named List's tags: Nil => End && Cons => Item
Eduardo Julian
1
-2
/
+2
2021-07-27
Re-named wrap => in && unwrap => out.
Eduardo Julian
1
-7
/
+7
2021-07-26
Re-named Promise to Async.
Eduardo Julian
1
-21
/
+21
2021-07-25
Better syntax for "library/lux.^multi".
Eduardo Julian
1
-16
/
+16
2021-07-24
Now packaging JVM programs as "fat" jars in new JVM compiler.
Eduardo Julian
1
-5
/
+24
2021-07-19
Made the default JS file-system promise-based so it works well on Node.
Eduardo Julian
1
-5
/
+12
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-50
/
+51
2021-07-08
Made sure the "phase" parameter of extensions is always usable (even across l...
Eduardo Julian
1
-2
/
+2
2021-07-06
Simplified the API for file-system operations.
Eduardo Julian
1
-40
/
+10
2021-07-02
No longer employing the capabilities model on the lux/world/* modules.
Eduardo Julian
1
-11
/
+9
2021-06-27
Made obtaining env variables more granular + partial Lua support.
Eduardo Julian
1
-0
/
+15
2021-06-18
Refactored the machinery to make local macros into its own module.
Eduardo Julian
1
-1
/
+1
2021-05-24
Almost done with Scheme.
Eduardo Julian
1
-18
/
+22
2021-02-12
More Lua + optimizations.
Eduardo Julian
1
-22
/
+28
2021-01-09
Turned I64 and variant creation functions into constructors for JS.
Eduardo Julian
1
-5
/
+6
2021-01-05
Added lexically-scoped templates.
Eduardo Julian
1
-2
/
+0
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
1
-27
/
+27
2020-12-11
Improved parsing speed for Lux code.
Eduardo Julian
1
-2
/
+3
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
1
-8
/
+8
2020-11-28
Added "private" macro to lux/debug.
Eduardo Julian
1
-4
/
+3
2020-10-31
Easy to use Rev constants.
Eduardo Julian
1
-3
/
+3
2020-10-25
Some small refactoring.
Eduardo Julian
1
-2
/
+2
2020-08-18
Calculate SHA-1 and MD5 hashes.
Eduardo Julian
1
-1
/
+0
2020-08-08
Fixed the last set of bugs involved in JS compilation.
Eduardo Julian
1
-1
/
+1
2020-07-16
Can get the JS compiler to compile its own source-code.
Eduardo Julian
1
-16
/
+29
2020-07-14
Mo' fixes, less problems.
Eduardo Julian
1
-2
/
+3
2020-07-11
Got the JS compiler to compile fully.
Eduardo Julian
1
-2
/
+0
2020-07-01
WIP: Leiningen integration with the new JVM compiler.
Eduardo Julian
1
-5
/
+6
2020-06-29
Added the missing cache invalidation to the new compiler.
Eduardo Julian
1
-3
/
+6
2020-06-28
Re-added & u[dated packaging machinery.
Eduardo Julian
1
-6
/
+30
2020-05-29
Can now import previously exported libraries.
Eduardo Julian
1
-2
/
+2
2020-05-28
Can now export Lux code as library TAR files.
Eduardo Julian
1
-11
/
+21
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
1
-1
/
+1
2020-05-17
:share no longer relies on :assume
Eduardo Julian
1
-2
/
+2
2020-05-16
Parallel compilation for the new compiler(s).
Eduardo Julian
1
-43
/
+13
2020-05-09
Including runtime machinery in the cache.
Eduardo Julian
1
-7
/
+6
2020-05-06
Loading the artifacts from the cache and re-populating the analyser's state.
Eduardo Julian
1
-1
/
+1
2020-04-21
Now caching the reservations from the archive.
Eduardo Julian
1
-9
/
+13
2020-04-19
Fixed artifact file-name generation and archive module naming in caching.
Eduardo Julian
1
-1
/
+3
2020-04-16
Generating definition names in a new way.
Eduardo Julian
1
-12
/
+12
2020-03-19
Got the new compiler to build again.
Eduardo Julian
1
-29
/
+32
2020-03-05
Beginning to cache artifacts.
Eduardo Julian
1
-4
/
+6
2020-01-11
Re-located code related to Lux's compilation across the different phases.
Eduardo Julian
1
-7
/
+8
[prev]
[next]