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-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
2022-03-11
Added an easy way to export Lux functionality to host programs (everywhere ↵
Eduardo Julian
12
-42
/
+74
else).
2022-03-08
Finishing the meta-compiler [Part 6 / Done... for now]
Eduardo Julian
2
-0
/
+5
2022-03-07
Compilers for scripting languages now only depend on new JVM compiler.
Eduardo Julian
6
-6
/
+21
2022-03-05
Optimizations for the pure-Lux JVM compiler. [Part 5]
Eduardo Julian
1
-0
/
+4
2022-03-04
Keeping the JVM interop fixes coming...
Eduardo Julian
9
-178
/
+209
2022-03-02
Finishing the meta-compiler [Part 5]
Eduardo Julian
3
-0
/
+9
2022-02-28
Optimizations for the pure-Lux JVM compiler. [Part 4]
Eduardo Julian
3
-13
/
+19
2022-02-27
Fixed directive extensions for Lux/Lua.
Eduardo Julian
5
-25
/
+39
2022-02-24
Finishing the meta-compiler [Part 4]
Eduardo Julian
4
-0
/
+19
2022-02-22
No more automatic conversions of primitive types in JVM FFI.
Eduardo Julian
15
-175
/
+210
2022-02-18
Yet more fixes for JVM interop.
Eduardo Julian
10
-116
/
+142
[next]