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
/
test
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2021-10-09
Fixed packaging issue.
Eduardo Julian
2
-93
/
+93
2021-09-17
Handled the hiccup in Python compilation.
Eduardo Julian
3
-131
/
+137
2021-09-15
"module:" => "using"
Eduardo Julian
242
-242
/
+242
2021-09-15
"Row" => "Sequence"
Eduardo Julian
11
-106
/
+106
2021-09-15
"Sequence" => "Stream"
Eduardo Julian
3
-19
/
+19
2021-09-15
Correctly analyzing records in the presence of local bindings.
Eduardo Julian
1
-8
/
+8
2021-09-14
Re-named "recur" to "again".
Eduardo Julian
14
-49
/
+49
2021-09-14
Better list pairing.
Eduardo Julian
1
-3
/
+16
2021-09-14
Re-named "Identifier" to "Symbol".
Eduardo Julian
17
-83
/
+83
2021-09-14
No more "^slots".
Eduardo Julian
1
-5
/
+0
2021-09-14
Re-named "name_of" to "symbol".
Eduardo Julian
18
-42
/
+42
2021-09-14
Re-named "Name" to "Symbol".
Eduardo Julian
28
-143
/
+157
2021-09-13
Re-named "primitive" to "Primitive".
Eduardo Julian
6
-8
/
+8
2021-09-13
Re-named #Label to #Tag.
Eduardo Julian
1
-1
/
+1
2021-09-13
Updated only/except import syntax to take into account record => variant ↵
Eduardo Julian
242
-1066
/
+1066
syntax change.
2021-09-12
Re-named \ => # && \\ => ##
Eduardo Julian
206
-2442
/
+2440
2021-09-12
Made the "#" character great again!
Eduardo Julian
145
-2157
/
+2123
2021-09-10
Undid the foolish re-design of "abstract:" and "actor:".
Eduardo Julian
2
-67
/
+67
2021-09-10
Fixed the indentation of variants.
Eduardo Julian
10
-88
/
+88
2021-09-10
Migrated variants to the new syntax.
Eduardo Julian
132
-1350
/
+1351
2021-09-09
The old record syntax has been re-purposed as variant syntax.
Eduardo Julian
6
-164
/
+18
2021-09-08
De-bracing | part 2
Eduardo Julian
11
-92
/
+92
2021-09-08
De-bracing | part 1
Eduardo Julian
3
-3
/
+4
2021-09-08
De-bracing part 0
Eduardo Julian
3
-35
/
+42
2021-09-08
Normalized syntax of "exception:", "actor:" and "message:".
Eduardo Julian
5
-8
/
+11
2021-09-08
Post annotations clean-up.
Eduardo Julian
3
-59
/
+2
2021-09-08
No more annotations.
Eduardo Julian
4
-10
/
+8
2021-09-08
Normalized the syntax of "abstract:" and "actor:".
Eduardo Julian
2
-73
/
+67
2021-09-08
No more module annotations.
Eduardo Julian
2
-11
/
+0
2021-09-08
Now using eval to derive code for arbitrary types.
Eduardo Julian
4
-22
/
+39
2021-09-07
Eliminated the last application of annotations.
Eduardo Julian
1
-10
/
+0
2021-09-07
De-taggification | part 4
Eduardo Julian
244
-2690
/
+2690
2021-09-05
Changed the syntax of do/be's (co)monad bindings.
Eduardo Julian
141
-482
/
+482
2021-09-05
De-taggification | part 3
Eduardo Julian
2
-49
/
+23
2021-09-04
De-taggification | part 2
Eduardo Julian
244
-1445
/
+1445
2021-09-03
Unified tuple and record syntax.
Eduardo Julian
27
-304
/
+305
2021-09-01
De-taggification | part 1
Eduardo Julian
3
-66
/
+66
2021-09-01
Updates to the JS compiler.
Eduardo Julian
1
-38
/
+0
2021-08-29
De-taggification | part 0
Eduardo Julian
9
-31
/
+22
2021-08-29
Made labels (tags & slots) into a form of global binding.
Eduardo Julian
3
-49
/
+35
2021-08-27
Updates to the Ruby compiler.
Eduardo Julian
52
-192
/
+212
2021-08-26
"Interface" instead of "interface:", and "Rec" can be used in type definition.
Eduardo Julian
8
-49
/
+67
2021-08-25
Updates to the Lua compiler.
Eduardo Julian
9
-67
/
+68
2021-08-24
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
162
-1108
/
+1122
2021-08-23
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
53
-284
/
+284
2021-08-21
Can now produce arbitrary code fragments statically by evaluating arbitrary ↵
Eduardo Julian
3
-11
/
+103
expressions at compile-time.
2021-08-20
More fixes.
Eduardo Julian
1
-13
/
+13
2021-08-19
Enabled compile-time code evaluation (i.e. "eval" function).
Eduardo Julian
3
-2
/
+13
2021-08-18
Some bug fixes.
Eduardo Julian
118
-762
/
+769
2021-08-16
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
54
-491
/
+511
[next]