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
/
library
/
lux
/
data
/
collection
/
stack.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-13
Re-licensed to MPL 2.0
Eduardo Julian
1
-0
/
+3
2022-12-02
Added some simple time-series handling machinery.
Eduardo Julian
1
-2
/
+2
2022-11-21
Added index section to documentation + re-named Primitive -> Nominal
Eduardo Julian
1
-2
/
+2
2022-10-24
Minor naming & syntax improvements.
Eduardo Julian
1
-2
/
+2
2022-08-11
Re-named the "case" macro to "when".
Eduardo Julian
1
-2
/
+2
2022-06-30
Alternative names for (un)quoting macros.
Eduardo Julian
1
-2
/
+3
2022-06-16
De-sigil-ification: suffix : [Part 14]
Eduardo Julian
1
-1
/
+1
2022-06-16
De-sigil-ification: suffix : [Part 13]
Eduardo Julian
1
-10
/
+10
2022-06-15
De-sigil-ification: suffix : [Part 12]
Eduardo Julian
1
-1
/
+1
2022-06-12
De-sigil-ification: suffix : [Part 4]
Eduardo Julian
1
-11
/
+11
2022-06-04
De-sigil-ification: #
Eduardo Julian
1
-2
/
+2
2022-06-03
Extensible import syntax [Part 5]
Eduardo Julian
1
-2
/
+2
2022-06-02
Extensible import syntax [Part 3]
Eduardo Julian
1
-2
/
+2
2022-06-01
Extensible import syntax: Part 1
Eduardo Julian
1
-2
/
+2
2022-04-09
Re-branded "abstract" types as "primitive" types.
Eduardo Julian
1
-2
/
+2
2022-04-08
Removed (mostly useless) pattern-matching macro for abstract types.
Eduardo Julian
1
-1
/
+1
2022-03-16
De-sigil-ification: prefix :
Eduardo Julian
1
-20
/
+20
2021-09-15
"module:" => "using"
Eduardo Julian
1
-1
/
+1
2021-09-13
Updated only/except import syntax to take into account record => variant synt...
Eduardo Julian
1
-2
/
+2
2021-09-12
Re-named \ => # && \\ => ##
Eduardo Julian
1
-2
/
+2
2021-09-12
Made the "#" character great again!
Eduardo Julian
1
-9
/
+9
2021-09-10
Undid the foolish re-design of "abstract:" and "actor:".
Eduardo Julian
1
-42
/
+42
2021-09-10
Migrated variants to the new syntax.
Eduardo Julian
1
-5
/
+5
2021-09-08
Normalized the syntax of "abstract:" and "actor:".
Eduardo Julian
1
-44
/
+42
2021-09-04
De-taggification | part 2
Eduardo Julian
1
-3
/
+3
2021-08-27
Updates to the Ruby compiler.
Eduardo Julian
1
-6
/
+6
2021-08-24
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
1
-4
/
+3
2021-08-14
Moved documentation-generation machinery to its own module.
Eduardo Julian
1
-3
/
+3
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
1
-2
/
+2
2021-08-08
No more #export magic syntax.
Eduardo Julian
1
-11
/
+11
2021-07-30
More renamings.
Eduardo Julian
1
-0
/
+3
2021-07-28
Re-named List's tags: Nil => End && Cons => Item
Eduardo Julian
1
-5
/
+5
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-9
/
+10
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
1
-2
/
+2
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
1
-2
/
+2
2020-10-31
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
1
-42
/
+52
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-1
/
+1
2019-03-24
Ported tests for collection-related modules.
Eduardo Julian
1
-5
/
+18
2019-01-06
Can now define nested abstract types.
Eduardo Julian
1
-2
/
+0
2018-08-29
Method imports are now done as macros instead of functions.
Eduardo Julian
1
-3
/
+3
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
1
-1
/
+1
2018-07-13
Re-named "Bool" type to "Bit".
Eduardo Julian
1
-1
/
+1
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-2
/
+4
2018-07-10
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Eduardo Julian
1
-1
/
+1
2017-11-29
- Changed the identifier separator, from the semi-colon (;) to the period/dot...
Eduardo Julian
1
-11
/
+11
2017-01-26
- Changed the license from MPL 2.0 to MIT.
Eduardo Julian
1
-5
/
+0
2017-01-25
- Moved the lux/data/struct/* modules to lux/data/coll/*.
Eduardo Julian
1
-1
/
+1
2016-12-01
- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...
Eduardo Julian
1
-0
/
+47