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
/
poly
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
"module:" => "using"
Eduardo Julian
2021-09-15
3
-3
/
+3
|
*
"Row" => "Sequence"
Eduardo Julian
2021-09-15
2
-12
/
+12
|
*
Re-named "recur" to "again".
Eduardo Julian
2021-09-14
1
-1
/
+1
|
*
Re-named "Identifier" to "Symbol".
Eduardo Julian
2021-09-14
3
-30
/
+30
|
*
Updated only/except import syntax to take into account record => variant ↵
Eduardo Julian
2021-09-13
3
-16
/
+16
|
|
|
|
syntax change.
*
Re-named \ => # && \\ => ##
Eduardo Julian
2021-09-12
3
-56
/
+56
|
*
Made the "#" character great again!
Eduardo Julian
2021-09-12
1
-13
/
+13
|
*
Adjusted new compilers to work with the new variant syntax.
Eduardo Julian
2021-09-10
3
-16
/
+16
|
*
Migrated variants to the new syntax.
Eduardo Julian
2021-09-10
1
-3
/
+3
|
*
No more annotations.
Eduardo Julian
2021-09-08
1
-1
/
+1
|
*
No more module annotations.
Eduardo Julian
2021-09-08
1
-1
/
+0
|
*
De-taggification | part 4
Eduardo Julian
2021-09-07
3
-57
/
+57
|
*
Changed the syntax of do/be's (co)monad bindings.
Eduardo Julian
2021-09-05
3
-4
/
+4
|
*
De-taggification | part 2
Eduardo Julian
2021-09-04
3
-19
/
+19
|
*
Updates to the Ruby compiler.
Eduardo Julian
2021-08-27
3
-12
/
+15
|
*
"Interface" instead of "interface:", and "Rec" can be used in type definition.
Eduardo Julian
2021-08-26
1
-18
/
+0
|
*
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
2021-08-24
3
-64
/
+64
|
*
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
2021-08-23
2
-71
/
+72
|
*
Some bug fixes.
Eduardo Julian
2021-08-18
3
-15
/
+15
|
*
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
2021-08-16
3
-9
/
+9
|
*
Moved documentation-generation machinery to its own module.
Eduardo Julian
2021-08-14
3
-4
/
+4
|
*
Improved binding syntax for "syntax:".
Eduardo Julian
2021-08-12
1
-2
/
+3
|
*
Relocated maybe and lazy from data to control.
Eduardo Julian
2021-08-11
2
-23
/
+24
|
*
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
2021-08-09
3
-30
/
+30
|
*
No more #export magic syntax.
Eduardo Julian
2021-08-08
3
-3
/
+3
|
*
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
2021-08-07
3
-61
/
+56
|
*
More renamings.
Eduardo Julian
2021-07-30
1
-4
/
+4
|
*
Re-named wrap => in && unwrap => out.
Eduardo Julian
2021-07-27
3
-155
/
+156
|
*
Re-named Promise to Async.
Eduardo Julian
2021-07-26
3
-6
/
+6
|
*
Better syntax for "library/lux.^multi".
Eduardo Julian
2021-07-25
2
-43
/
+42
|
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
3
-103
/
+106
|
*
Better syntax for parallel-hierarchy imports.
Eduardo Julian
2021-07-12
3
-6
/
+6
|
*
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
2021-06-30
2
-10
/
+12
|
|
|
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
*
Added import name formatting to "import:" macros for other backends.
Eduardo Julian
2021-06-11
1
-2
/
+5
|
*
Implemented arithmetic right-shift in terms of logic right-shift.
Eduardo Julian
2021-01-28
1
-1
/
+1
|
*
Added lexically-scoped templates.
Eduardo Julian
2021-01-05
2
-5
/
+3
|
*
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
2020-12-29
3
-22
/
+25
|
*
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
2020-12-25
3
-72
/
+72
|
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵
Eduardo Julian
2020-12-02
2
-10
/
+10
|
|
|
|
convention that only macros that deal with types may start with a colon.
*
Added specialized root/2 and root/3 functions in lux/math.
Eduardo Julian
2020-12-01
1
-7
/
+7
|
*
Re-named lux/data/format/context to lux/control/parser/environment.
Eduardo Julian
2020-11-27
1
-57
/
+55
|
*
Made the syntax of ^template more consistent.
Eduardo Julian
2020-11-17
2
-98
/
+98
|
*
Pure-Lux implementation for biggest and smallest Frac values.
Eduardo Julian
2020-11-07
2
-54
/
+54
|
*
Easy to use Rev constants.
Eduardo Julian
2020-10-31
3
-41
/
+41
|
*
Re-named some list functions.
Eduardo Julian
2020-10-24
3
-6
/
+6
|
*
Re-named "to-text" functions to "format".
Eduardo Julian
2020-10-15
1
-2
/
+2
|
*
Changed the format of project descriptor files.
Eduardo Julian
2020-09-16
3
-5
/
+5
|
*
Download and catch dependencies in Aedifex.
Eduardo Julian
2020-08-26
1
-2
/
+2
|
*
Now using the new syntax for variants (even though they still work the old ↵
Eduardo Julian
2020-07-02
3
-15
/
+38
|
|
|
|
way... for now)
*
Updated test for function optimization.
Eduardo Julian
2020-06-11
1
-19
/
+21
|
[next]