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
/
library
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a bug when optimization record access.
Eduardo Julian
2022-11-20
41
-312
/
+426
*
Got the tests to compile again for Python.
Eduardo Julian
2022-11-19
5
-103
/
+124
*
Updated the Python compiler to work with the new format for extensions.
Eduardo Julian
2022-11-18
16
-343
/
+383
*
Added generic logging abstraction/machinery.
Eduardo Julian
2022-11-16
6
-24
/
+222
*
Now documenting dependers and dependees.
Eduardo Julian
2022-11-15
161
-1349
/
+1602
*
Added LineNumberTable annotations to functions when compiling for the JVM.
Eduardo Julian
2022-11-15
32
-918
/
+1152
*
Added SourceFile annotations to functions when compiling for the JVM.
Eduardo Julian
2022-11-11
9
-268
/
+293
*
Can now mark definitions as deprecated in their documentation.
Eduardo Julian
2022-11-07
6
-135
/
+240
*
Added support for inline testing.
Eduardo Julian
2022-11-07
10
-46
/
+274
*
More efficient code-generation for text composition.
Eduardo Julian
2022-11-06
22
-214
/
+257
*
Property-based testing can now log/print successful seeds from run.
Eduardo Julian
2022-11-05
16
-73
/
+191
*
Eliminated the .alias# extension. Now detecting aliases in .def#.
Eduardo Julian
2022-10-28
29
-303
/
+346
*
Added support for aspect-oriented programming.
Eduardo Julian
2022-10-27
14
-243
/
+647
*
Minor naming & syntax improvements.
Eduardo Julian
2022-10-24
106
-328
/
+356
*
New module just for the Char type + fixes to JSON parsing.
Eduardo Julian
2022-10-24
12
-201
/
+393
*
Added the capacity to re-bind global definitions within a scope.
Eduardo Julian
2022-10-24
6
-87
/
+322
*
New Delay type with associated constants + compile-time warning for undefined...
Eduardo Julian
2022-10-23
8
-22
/
+68
*
New (optional) names for Frac type + fixed module of CSP concurrency.
Eduardo Julian
2022-10-22
11
-50
/
+100
*
Clean-up after format change for extensions [part 3]
Eduardo Julian
2022-10-22
29
-988
/
+830
*
Clean-up after format change for extensions [part 2]
Eduardo Julian
2022-10-21
30
-613
/
+498
*
Clean-up after format change for extensions [part 1]
Eduardo Julian
2022-10-21
14
-260
/
+145
*
Clean-up after format change for extensions [part 0]
Eduardo Julian
2022-10-21
9
-235
/
+172
*
Migrating default extensions to the new format [Part 3]
Eduardo Julian
2022-10-20
12
-588
/
+547
*
Migrating default extensions to the new format [Part 2]
Eduardo Julian
2022-10-19
53
-1744
/
+1751
*
Migrating default extensions to the new format [Part 1]
Eduardo Julian
2022-10-03
14
-1118
/
+1181
*
Migrating default extensions to the new format [Part 0]
Eduardo Julian
2022-10-03
14
-282
/
+450
*
New format for extensions [part 4]
Eduardo Julian
2022-10-02
13
-105
/
+132
*
New format for extensions [part 3]
Eduardo Julian
2022-10-02
22
-206
/
+163
*
New format for extensions [part 2]
Eduardo Julian
2022-10-01
30
-273
/
+284
*
New format for extensions [part 1]
Eduardo Julian
2022-10-01
33
-197
/
+248
*
New format for extensions [part 0]
Eduardo Julian
2022-10-01
16
-249
/
+351
*
Added support for context-oriented programming.
Eduardo Julian
2022-09-03
4
-17
/
+231
*
Made labels (tags & slots) into normal definitions.
Eduardo Julian
2022-09-02
43
-918
/
+1173
*
Added support for row polymorphism.
Eduardo Julian
2022-08-31
2
-3
/
+226
*
Got rid of the superfluous "lux macro" extension.
Eduardo Julian
2022-08-30
5
-127
/
+110
*
Added support for predicate-based polymorphism.
Eduardo Julian
2022-08-30
4
-48
/
+274
*
Added support for behavioral programming.
Eduardo Julian
2022-08-26
6
-9
/
+65
*
Added support for type-based polymorphism.
Eduardo Julian
2022-08-25
2
-4
/
+79
*
Added support for structured concurrency.
Eduardo Julian
2022-08-25
2
-2
/
+340
*
Added function trampolines.
Eduardo Julian
2022-08-23
2
-11
/
+68
*
Added support for the agent model.
Eduardo Julian
2022-08-22
2
-7
/
+72
*
Added support for time-zoned time.
Eduardo Julian
2022-08-19
3
-6
/
+222
*
Added support for incremental computation.
Eduardo Julian
2022-08-19
2
-3
/
+149
*
Added functions with named parameters.
Eduardo Julian
2022-08-19
5
-20
/
+115
*
Added support for Communicating Sequential Processes (CSP).
Eduardo Julian
2022-08-18
1
-0
/
+76
*
Added variadic functions.
Eduardo Julian
2022-08-18
2
-4
/
+72
*
Added support for event-loop concurrency.
Eduardo Julian
2022-08-18
7
-110
/
+184
*
Less needless re-compilation in the caching system.
Eduardo Julian
2022-08-17
7
-218
/
+152
*
Made the compiler's caching system sensitive to the build configuration.
Eduardo Julian
2022-08-17
8
-71
/
+83
*
Proper testing for debug.log!
Eduardo Julian
2022-08-17
10
-194
/
+257
[next]