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 (
Expand
)
Author
Files
Lines
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 e...
Eduardo Julian
1
-0
/
+2
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
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 compi...
Eduardo Julian
1
-18
/
+61
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
2021-07-19
Made the default JS file-system promise-based so it works well on Node.
Eduardo Julian
1
-0
/
+93
2021-07-18
New JVM compiler can now compile JVM interfaces.
Eduardo Julian
1
-2
/
+35
2021-07-17
Now allowing compilers to generate custom-named outputs.
Eduardo Julian
1
-1
/
+36
2021-07-17
Now properly loading cached modules.
Eduardo Julian
1
-101
/
+416
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-23
/
+26
2021-07-11
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
1
-2
/
+3
2021-07-10
Made the "try" macro into a common one, instead of a host-specific one.
Eduardo Julian
1
-1
/
+4
2021-07-06
Simplified the API for file-system operations.
Eduardo Julian
1
-17
/
+10
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
1
-0
/
+2
2021-06-29
Some updates for the new compilers.
Eduardo Julian
1
-5
/
+22
2021-06-26
Delegate text (lower|upper)-casing to the host-platform implementations.
Eduardo Julian
1
-0
/
+2
2021-06-18
Refactored the machinery to make local macros into its own module.
Eduardo Julian
1
-2
/
+1
2021-06-12
Constraining the year of the snapshot time in Aedifex.
Eduardo Julian
1
-0
/
+1
2021-06-11
Added import name formatting to "import:" macros for other backends.
Eduardo Julian
1
-21
/
+21
2021-05-24
Re-named lux/host to lux/ffi.
Eduardo Julian
1
-2
/
+2
2021-03-18
Updates for Scheme compiler.
Eduardo Julian
1
-3
/
+7
2021-03-12
Almost done with PHP.
Eduardo Julian
1
-1
/
+2
2021-03-01
Done with Ruby.
Eduardo Julian
1
-1
/
+2
2021-02-22
Updates for PHP compiler.
Eduardo Julian
1
-2
/
+4
2021-02-07
Mo' updates, less problems.
Eduardo Julian
1
-52
/
+14
2021-01-09
Turned I64 and variant creation functions into constructors for JS.
Eduardo Julian
1
-55
/
+62
[next]