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
/
data
/
collection
/
row.lux
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2021-09-15
"Row" => "Sequence"
Eduardo Julian
1
-187
/
+0
2021-09-13
Updated only/except import syntax to take into account record => variant ↵
Eduardo Julian
1
-4
/
+4
syntax change.
2021-09-12
Re-named \ => # && \\ => ##
Eduardo Julian
1
-20
/
+20
2021-09-12
Made the "#" character great again!
Eduardo Julian
1
-4
/
+4
2021-09-10
Migrated variants to the new syntax.
Eduardo Julian
1
-4
/
+4
2021-09-07
De-taggification | part 4
Eduardo Julian
1
-15
/
+15
2021-09-05
Changed the syntax of do/be's (co)monad bindings.
Eduardo Julian
1
-4
/
+4
2021-09-04
De-taggification | part 2
Eduardo Julian
1
-5
/
+5
2021-08-27
Updates to the Ruby compiler.
Eduardo Julian
1
-1
/
+1
2021-08-24
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
1
-5
/
+5
2021-08-23
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
1
-4
/
+4
2021-08-18
Some bug fixes.
Eduardo Julian
1
-14
/
+14
2021-08-16
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
1
-4
/
+4
2021-08-13
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
1
-1
/
+1
2021-08-12
Improved binding syntax for "syntax:".
Eduardo Julian
1
-3
/
+3
2021-08-08
No more #export magic syntax.
Eduardo Julian
1
-1
/
+1
2021-08-07
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
1
-9
/
+9
2021-08-02
Fixed a bug in the new compiler which allowed the same module to be imported ↵
Eduardo Julian
1
-5
/
+5
more than once.
2021-08-01
Even more renamings.
Eduardo Julian
1
-3
/
+3
2021-07-30
More renamings.
Eduardo Julian
1
-2
/
+2
2021-07-27
Re-named wrap => in && unwrap => out.
Eduardo Julian
1
-6
/
+6
2021-07-25
Better syntax for "library/lux.^multi".
Eduardo Julian
1
-10
/
+10
2021-07-15
Re-named "spec" hierarchy to "specification".
Eduardo Julian
1
-1
/
+1
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-24
/
+25
2021-07-12
Better syntax for parallel-hierarchy imports.
Eduardo Julian
1
-10
/
+9
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
1
-3
/
+3
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
1
-43
/
+43
2020-12-10
Re-named "with-cover" to "for".
Eduardo Julian
1
-13
/
+13
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵
Eduardo Julian
1
-5
/
+5
convention that only macros that deal with types may start with a colon.
2020-11-24
Better error messages when re-using a name when making a definition.
Eduardo Julian
1
-15
/
+15
2020-10-31
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
1
-12
/
+12
2020-10-25
Some improvements to the Lux syntax parser.
Eduardo Julian
1
-50
/
+156
2020-07-01
Moved all spec(ifications) from under "test/" to under "spec/".
Eduardo Julian
1
-1
/
+1
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
1
-1
/
+1
2020-04-15
Some tweaks to how dictionaries and rows work.
Eduardo Julian
1
-8
/
+9
2019-07-26
No more "n/"-prefixed functions.
Eduardo Julian
1
-15
/
+15
2019-06-20
Improved the convention for using text formatters.
Eduardo Julian
1
-13
/
+13
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-1
/
+1
2019-03-29
Fixed more tests.
Eduardo Julian
1
-11
/
+15
2019-03-24
Ported tests for collection-related modules.
Eduardo Julian
1
-71
/
+65
2019-03-15
Changed the convention for the structure opening separator from "/" to ";", ↵
Eduardo Julian
1
-19
/
+19
to avoid confusion since "/" is used for relative module paths.
2019-02-11
Added the special # syntax for referring to the module's alias when opening ↵
Eduardo Julian
1
-1
/
+1
structures.
2019-02-05
Integrated tests into normal source code.
Eduardo Julian
1
-0
/
+0
2019-02-04
Changed the naming style for structures.
Eduardo Julian
1
-11
/
+12
2018-07-28
Removed temporary "|" prefix on Nat.
Eduardo Julian
1
-6
/
+6
2018-07-28
Temporary commit to get rid of "+" signs for Nat.
Eduardo Julian
1
-6
/
+6
2018-07-20
"^open" and "open:" now use aliases instead of prefixes, the same way as ↵
Eduardo Julian
1
-6
/
+6
module aliases.
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
1
-3
/
+2
2018-07-18
WIP: Fix new-luxc's JVM back-end.
Eduardo Julian
1
-0
/
+6
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-8
/
+11
[next]