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
/
documentation
/
lux.lux
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Now demanding mandatory loop names, instead of using default "again" name.
Eduardo Julian
2022-03-30
1
-7
/
+6
|
*
Re-named "as_is" to "these" to avoid confusion with the new type-annotation ↵
Eduardo Julian
2022-03-30
1
-3
/
+3
|
|
|
|
macro names.
*
De-sigil-ification: prefix :
Eduardo Julian
2022-03-16
1
-76
/
+70
|
*
De-sigil-ification: ^
Eduardo Julian
2022-03-15
1
-20
/
+20
|
*
Leaner syntax for the "for" macro.
Eduardo Julian
2022-03-14
1
-2
/
+2
|
*
De-sigil-ification: @
Eduardo Julian
2022-03-14
1
-20
/
+20
|
*
Added STDLIB documentation for the different target platforms.
Eduardo Julian
2021-09-19
1
-52
/
+49
|
*
"module:" => "using"
Eduardo Julian
2021-09-15
1
-4
/
+4
|
*
"Row" => "Sequence"
Eduardo Julian
2021-09-15
1
-2
/
+2
|
*
Re-named "recur" to "again".
Eduardo Julian
2021-09-14
1
-4
/
+4
|
*
Re-named "Identifier" to "Symbol".
Eduardo Julian
2021-09-14
1
-9
/
+9
|
*
No more "^slots".
Eduardo Julian
2021-09-14
1
-6
/
+0
|
*
Re-named "name_of" to "symbol".
Eduardo Julian
2021-09-14
1
-5
/
+5
|
*
Re-named "Name" to "Symbol".
Eduardo Julian
2021-09-14
1
-4
/
+5
|
*
Re-named "primitive" to "Primitive".
Eduardo Julian
2021-09-13
1
-4
/
+4
|
*
Updated only/except import syntax to take into account record => variant ↵
Eduardo Julian
2021-09-13
1
-4
/
+4
|
|
|
|
syntax change.
*
Re-named \ => # && \\ => ##
Eduardo Julian
2021-09-12
1
-34
/
+34
|
*
Made the "#" character great again!
Eduardo Julian
2021-09-12
1
-34
/
+33
|
*
Migrated variants to the new syntax.
Eduardo Julian
2021-09-10
1
-38
/
+38
|
*
De-bracing | part 2
Eduardo Julian
2021-09-08
1
-2
/
+2
|
*
De-bracing | part 1
Eduardo Julian
2021-09-08
1
-1
/
+1
|
*
De-taggification | part 4
Eduardo Julian
2021-09-07
1
-33
/
+33
|
*
New chapter on compiler extensions.
Eduardo Julian
2021-09-06
1
-2
/
+5
|
*
Documentation improvements.
Eduardo Julian
2021-09-06
1
-6
/
+10
|
*
De-taggification | part 2
Eduardo Julian
2021-09-04
1
-8
/
+8
|
*
Unified tuple and record syntax.
Eduardo Julian
2021-09-03
1
-3
/
+2
|
*
Better parameterized type documentation.
Eduardo Julian
2021-08-29
1
-8
/
+8
|
*
Updates to the Ruby compiler.
Eduardo Julian
2021-08-27
1
-8
/
+8
|
*
"Interface" instead of "interface:", and "Rec" can be used in type definition.
Eduardo Julian
2021-08-26
1
-8
/
+24
|
*
Updates to the Lua compiler.
Eduardo Julian
2021-08-25
1
-5
/
+983
|
*
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
2021-08-24
1
-5
/
+8
|
*
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
2021-08-23
1
-6
/
+10
|
*
Can now produce arbitrary code fragments statically by evaluating arbitrary ↵
Eduardo Julian
2021-08-21
1
-14
/
+5
|
|
|
|
expressions at compile-time.
*
More fixes.
Eduardo Julian
2021-08-20
1
-5
/
+10
|
*
Enabled compile-time code evaluation (i.e. "eval" function).
Eduardo Julian
2021-08-19
1
-2
/
+23
|
*
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
2021-08-16
1
-2
/
+5
|
*
Moved documentation-generation machinery to its own module.
Eduardo Julian
2021-08-14
1
-0
/
+31