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
/
documentation
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2022-11-15
Added LineNumberTable annotations to functions when compiling for the JVM.
Eduardo Julian
14
-7
/
+33
2022-11-11
Added SourceFile annotations to functions when compiling for the JVM.
Eduardo Julian
22
-14
/
+46
2022-11-07
Added support for inline testing.
Eduardo Julian
2
-1
/
+5
2022-11-06
More efficient code-generation for text composition.
Eduardo Julian
12
-5
/
+25
2022-11-05
Property-based testing can now log/print successful seeds from run.
Eduardo Julian
21
-55
/
+149
2022-10-28
Eliminated the .alias# extension. Now detecting aliases in .def#.
Eduardo Julian
22
-0
/
+75
2022-10-27
Added support for aspect-oriented programming.
Eduardo Julian
16
-2
/
+48
2022-10-23
New Delay type with associated constants + compile-time warning for ↵
Eduardo Julian
1
-0
/
+5
undefined computations.
2022-10-21
Clean-up after format change for extensions [part 2]
Eduardo Julian
1
-0
/
+5
2022-10-21
Clean-up after format change for extensions [part 0]
Eduardo Julian
1
-0
/
+2
2022-10-19
Migrating default extensions to the new format [Part 2]
Eduardo Julian
2
-0
/
+10
2022-09-03
Added support for context-oriented programming.
Eduardo Julian
1
-0
/
+7
2022-08-26
Added support for behavioral programming.
Eduardo Julian
1
-0
/
+11
2022-08-25
Added support for structured concurrency.
Eduardo Julian
1
-0
/
+9
2022-08-23
Added function trampolines.
Eduardo Julian
1
-0
/
+5
2022-08-22
Added support for the agent model.
Eduardo Julian
11
-46
/
+69
2022-08-19
Added support for incremental computation.
Eduardo Julian
1
-0
/
+1
2022-08-17
Proper testing for debug.log!
Eduardo Julian
10
-0
/
+62
2022-08-14
Documentation changes for v0.7.0
Eduardo Julian
40
-602
/
+647
2022-08-12
Fixed test suite.
Eduardo Julian
16
-13
/
+92
2022-08-10
Extracted property-based testing machinery into its own module.
Eduardo Julian
3
-49
/
+59
2022-07-30
Extracted test-tallying machinery into its own module.
Eduardo Julian
13
-27
/
+69
2022-07-26
Made inlined functions into first-class macros.
Eduardo Julian
55
-149
/
+348
2022-07-09
First-class programs instead of having a "lux program" extension.
Eduardo Julian
6
-5
/
+16
2022-07-07
Added support for defining custom/closed macro systems.
Eduardo Julian
22
-0
/
+98
2022-07-03
Re-named "do_to" to "to".
Eduardo Julian
4
-0
/
+12
2022-07-02
More traditional names for unquoting macros.
Eduardo Julian
1
-0
/
+2
2022-07-01
Moved "lux/macro/code" to "lux/meta/code".
Eduardo Julian
13
-0
/
+86
2022-06-30
Better naming for measure/quantity types.
Eduardo Julian
32
-11
/
+154
2022-06-29
Better syntax for getting/setting fields when defining JVM classes.
Eduardo Julian
42
-27
/
+139
2022-06-26
New "parser" hierarchy. [Part 4]
Eduardo Julian
4
-0
/
+0
2022-06-25
De-sigil-ification: suffix : [Part 15]
Eduardo Julian
31
-10
/
+106
2022-06-24
Generalized machinery for context-aware macros.
Eduardo Julian
10
-7
/
+33
2022-06-16
De-sigil-ification: suffix : [Part 14]
Eduardo Julian
11
-33
/
+33
2022-06-16
De-sigil-ification: suffix : [Part 13]
Eduardo Julian
12
-55
/
+55
2022-06-15
De-sigil-ification: suffix : [Part 11]
Eduardo Julian
23
-15
/
+78
2022-06-14
Better syntax for invoking super methods inside overriden methods.
Eduardo Julian
25
-3
/
+69
2022-06-12
De-sigil-ification: suffix : [Part 3]
Eduardo Julian
11
-0
/
+61
2022-06-06
Added extensions to JS interop for working with "undefined" values.
Eduardo Julian
27
-2
/
+97
2022-06-03
Extensible import syntax [Part 4]
Eduardo Julian
5
-2
/
+15
2022-06-01
Extensible import syntax: Part 1
Eduardo Julian
13
-1
/
+37
2022-04-08
Better names for random text/character generators.
Eduardo Julian
7
-0
/
+18
2022-04-08
De-sigil-ification: $
Eduardo Julian
5
-1
/
+2
2022-04-08
Can now deploy releases with Aedifex.
Eduardo Julian
3
-0
/
+4
2022-04-07
More efficient TAR handling.
Eduardo Julian
1
-1
/
+4
2022-04-06
More efficient binary formatting.
Eduardo Julian
8
-0
/
+20
2022-04-04
Properly handling variance for arrays to avoid invalid subtyping.
Eduardo Julian
23
-29
/
+64
2022-03-30
Re-named "as_is" to "these" to avoid confusion with the new type-annotation ↵
Eduardo Julian
20
-4
/
+78
macro names.
2022-03-15
Leaner syntax for library/lux/control/exception.report
Eduardo Julian
20
-1
/
+88
2022-03-14
Can now add type-vars to imported procedures from scripting languages.
Eduardo Julian
29
-18
/
+91
[next]