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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Updated only/except import syntax to take into account record => variant ↵
Eduardo Julian
2021-09-13
1
-9
/
+9
|
|
|
|
syntax change.
*
Re-named \ => # && \\ => ##
Eduardo Julian
2021-09-12
1
-73
/
+73
|
*
Made the "#" character great again!
Eduardo Julian
2021-09-12
1
-64
/
+46
|
*
Migrated variants to the new syntax.
Eduardo Julian
2021-09-10
1
-31
/
+31
|
*
The old record syntax has been re-purposed as variant syntax.
Eduardo Julian
2021-09-09
1
-9
/
+12
|
*
De-bracing | part 2
Eduardo Julian
2021-09-08
1
-13
/
+13
|
*
De-bracing | part 1
Eduardo Julian
2021-09-08
1
-1
/
+2
|
*
De-taggification | part 4
Eduardo Julian
2021-09-07
1
-44
/
+44
|
*
Changed the syntax of do/be's (co)monad bindings.
Eduardo Julian
2021-09-05
1
-3
/
+3
|
*
De-taggification | part 2
Eduardo Julian
2021-09-04
1
-12
/
+12
|
*
Unified tuple and record syntax.
Eduardo Julian
2021-09-03
1
-22
/
+22
|
*
Updates to the Ruby compiler.
Eduardo Julian
2021-08-27
1
-23
/
+23
|
*
"Interface" instead of "interface:", and "Rec" can be used in type definition.
Eduardo Julian
2021-08-26
1
-4
/
+16
|
*
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
2021-08-24
1
-19
/
+24
|
*
Can now produce arbitrary code fragments statically by evaluating arbitrary ↵
Eduardo Julian
2021-08-21
1
-0
/
+2
|
|
|
|
expressions at compile-time.
*
Some bug fixes.
Eduardo Julian
2021-08-18
1
-59
/
+59
|
*
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
2021-08-16
1
-1
/
+1
|
*
Moved documentation-generation machinery to its own module.
Eduardo Julian
2021-08-14
1
-0
/
+2
|
*
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
2021-08-13
1
-118
/
+178
|
*
Improved binding syntax for "syntax:".
Eduardo Julian
2021-08-12
1
-2
/
+2
|
*
Relocated maybe and lazy from data to control.
Eduardo Julian
2021-08-11
1
-24
/
+24
|
*
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
2021-08-09
1
-22
/
+31
|
*
No more #export magic syntax.
Eduardo Julian
2021-08-08
1
-5
/
+16
|
*
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
2021-08-07
1
-8
/
+8
|
*
Fixed a bug in the new compiler which allowed the same module to be imported ↵
Eduardo Julian
2021-08-02
1
-6
/
+47
|
|
|
|
more than once.
*
Even more renamings.
Eduardo Julian
2021-08-01
1
-19
/
+21
|
*
Yet more renamings.
Eduardo Julian
2021-07-31
1
-0
/
+9
|
*
More renamings.
Eduardo Julian
2021-07-30
1
-1
/
+20
|
*
Switched from the "from to" convention to the "minimum additional" convention.
Eduardo Julian
2021-07-29
1
-1
/
+34
|
*
Re-named List's tags: Nil => End && Cons => Item
Eduardo Julian
2021-07-28
1
-0
/
+18
|
*
Re-named wrap => in && unwrap => out.
Eduardo Julian
2021-07-27
1
-29
/
+36
|
*
Re-named Promise to Async.
Eduardo Julian
2021-07-26
1
-28
/
+89
|
*
Better syntax for "library/lux.^multi".
Eduardo Julian
2021-07-25
1
-6
/
+4
|
*
Now packaging JVM programs as "fat" jars in new JVM compiler.
Eduardo Julian
2021-07-24
1
-5
/
+127
|
*
Automatically handling input/output conversions for methods in new JVM ↵
Eduardo Julian
2021-07-23
1
-18
/
+61
|
|
|
|
compiler.
*
New JVM compiler can now compile JVM classes.
Eduardo Julian
2021-07-22
1
-38
/
+42
|
*
Updated the Scriptum documentation generator.
Eduardo Julian
2021-07-20
1
-0
/
+22
|
*
Made the default JS file-system promise-based so it works well on Node.
Eduardo Julian
2021-07-19
1
-0
/
+93
|
*
New JVM compiler can now compile JVM interfaces.
Eduardo Julian
2021-07-18
1
-2
/
+35
|
*
Now allowing compilers to generate custom-named outputs.
Eduardo Julian
2021-07-17
1
-1
/
+36
|
*
Now properly loading cached modules.
Eduardo Julian
2021-07-17
1
-101
/
+416
|
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
1
-23
/
+26
|
*
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
2021-07-11
1
-2
/
+3
|
*
Made the "try" macro into a common one, instead of a host-specific one.
Eduardo Julian
2021-07-10
1
-1
/
+4
|
*
Simplified the API for file-system operations.
Eduardo Julian
2021-07-06
1
-17
/
+10
|
*
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
2021-06-30
1
-0
/
+2
|
|
|
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
*
Some updates for the new compilers.
Eduardo Julian
2021-06-29
1
-5
/
+22
|
*
Delegate text (lower|upper)-casing to the host-platform implementations.
Eduardo Julian
2021-06-26
1
-0
/
+2
|
*
Refactored the machinery to make local macros into its own module.
Eduardo Julian
2021-06-18
1
-2
/
+1
|
*
Constraining the year of the snapshot time in Aedifex.
Eduardo Julian
2021-06-12
1
-0
/
+1
|
[prev]
[next]