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
/
lux.lux
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2022-01-06
Fixes for the pure-Lux JVM compiler machinery. [Part 2]
Eduardo Julian
1
-9
/
+11
2021-12-31
Fixes for the pure-Lux JVM compiler machinery.
Eduardo Julian
1
-30
/
+33
2021-12-25
Dusting off the pure-Lux JVM compiler machinery. [Part 2]
Eduardo Julian
1
-2
/
+2
2021-12-24
Dusting off the pure-Lux JVM compiler machinery.
Eduardo Julian
1
-76
/
+75
2021-11-16
64-bit integers that work in both normal Ruby & DragonRuby.
Eduardo Julian
1
-4
/
+6
2021-09-17
Handled the hiccup in Python compilation.
Eduardo Julian
1
-64
/
+64
2021-09-15
"module:" => "using"
Eduardo Julian
1
-1
/
+1
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
1
-1
/
+1
2021-09-14
Re-named "Identifier" to "Symbol".
Eduardo Julian
1
-35
/
+35
2021-09-14
No more "^slots".
Eduardo Julian
1
-5
/
+0
2021-09-14
Re-named "name_of" to "symbol".
Eduardo Julian
1
-4
/
+4
2021-09-13
Re-named "primitive" to "Primitive".
Eduardo Julian
1
-2
/
+2
2021-09-13
Updated only/except import syntax to take into account record => variant ↵
Eduardo Julian
1
-9
/
+9
syntax change.
2021-09-12
Re-named \ => # && \\ => ##
Eduardo Julian
1
-73
/
+73
2021-09-12
Made the "#" character great again!
Eduardo Julian
1
-64
/
+46
2021-09-10
Migrated variants to the new syntax.
Eduardo Julian
1
-31
/
+31
2021-09-09
The old record syntax has been re-purposed as variant syntax.
Eduardo Julian
1
-9
/
+12
2021-09-08
De-bracing | part 2
Eduardo Julian
1
-13
/
+13
2021-09-08
De-bracing | part 1
Eduardo Julian
1
-1
/
+2
2021-09-07
De-taggification | part 4
Eduardo Julian
1
-44
/
+44
2021-09-05
Changed the syntax of do/be's (co)monad bindings.
Eduardo Julian
1
-3
/
+3
2021-09-04
De-taggification | part 2
Eduardo Julian
1
-12
/
+12
2021-09-03
Unified tuple and record syntax.
Eduardo Julian
1
-22
/
+22
2021-08-27
Updates to the Ruby compiler.
Eduardo Julian
1
-23
/
+23
2021-08-26
"Interface" instead of "interface:", and "Rec" can be used in type definition.
Eduardo Julian
1
-4
/
+16
2021-08-24
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
1
-19
/
+24
2021-08-21
Can now produce arbitrary code fragments statically by evaluating arbitrary ↵
Eduardo Julian
1
-0
/
+2
expressions at compile-time.
2021-08-18
Some bug fixes.
Eduardo Julian
1
-59
/
+59
2021-08-16
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
1
-1
/
+1
2021-08-14
Moved documentation-generation machinery to its own module.
Eduardo Julian
1
-0
/
+2
2021-08-13
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
1
-118
/
+178
2021-08-12
Improved binding syntax for "syntax:".
Eduardo Julian
1
-2
/
+2
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
1
-24
/
+24
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
1
-22
/
+31
2021-08-08
No more #export magic syntax.
Eduardo Julian
1
-5
/
+16
2021-08-07
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
1
-8
/
+8
2021-08-02
Fixed a bug in the new compiler which allowed the same module to be imported ↵
Eduardo Julian
1
-6
/
+47
more than once.
2021-08-01
Even more renamings.
Eduardo Julian
1
-19
/
+21
2021-07-31
Yet more renamings.
Eduardo Julian
1
-0
/
+9
2021-07-30
More renamings.
Eduardo Julian
1
-1
/
+20
2021-07-29
Switched from the "from to" convention to the "minimum additional" convention.
Eduardo Julian
1
-1
/
+34
2021-07-28
Re-named List's tags: Nil => End && Cons => Item
Eduardo Julian
1
-0
/
+18
2021-07-27
Re-named wrap => in && unwrap => out.
Eduardo Julian
1
-29
/
+36
2021-07-26
Re-named Promise to Async.
Eduardo Julian
1
-28
/
+89
2021-07-25
Better syntax for "library/lux.^multi".
Eduardo Julian
1
-6
/
+4
2021-07-24
Now packaging JVM programs as "fat" jars in new JVM compiler.
Eduardo Julian
1
-5
/
+127
2021-07-23
Automatically handling input/output conversions for methods in new JVM ↵
Eduardo Julian
1
-18
/
+61
compiler.
2021-07-22
New JVM compiler can now compile JVM classes.
Eduardo Julian
1
-38
/
+42
2021-07-20
Updated the Scriptum documentation generator.
Eduardo Julian
1
-0
/
+22
[next]