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
/
control
/
reader.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-13
Re-licensed to MPL 2.0
Eduardo Julian
1
-0
/
+3
2023-01-08
Moved compiler target machinery under meta/compiler.
Eduardo Julian
1
-3
/
+1
2022-12-02
Added some simple time-series handling machinery.
Eduardo Julian
1
-3
/
+3
2022-07-03
Moved "lux/target" to "lux/meta/target".
Eduardo Julian
1
-2
/
+3
2022-06-25
De-sigil-ification: suffix : [Part 15]
Eduardo Julian
1
-1
/
+1
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
-17
/
+17
2022-06-12
De-sigil-ification: suffix : [Part 4]
Eduardo Julian
1
-32
/
+32
2022-06-04
comonad/cofree => comonad/free
Eduardo Julian
1
-1
/
+1
2022-06-04
De-sigil-ification: #
Eduardo Julian
1
-3
/
+3
2022-06-02
Extensible import syntax [Part 2]
Eduardo Julian
1
-1
/
+1
2022-06-01
Extensible import syntax: Part 1
Eduardo Julian
1
-3
/
+3
2022-04-07
De-sigil-ification: &
Eduardo Julian
1
-4
/
+4
2022-03-14
De-sigil-ification: @
Eduardo Julian
1
-9
/
+10
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
-4
/
+4
2021-09-12
Re-named \ => # && \\ => ##
Eduardo Julian
1
-2
/
+3
2021-09-12
Made the "#" character great again!
Eduardo Julian
1
-1
/
+1
2021-09-07
De-taggification | part 4
Eduardo Julian
1
-2
/
+2
2021-09-04
De-taggification | part 2
Eduardo Julian
1
-4
/
+4
2021-08-27
Updates to the Ruby compiler.
Eduardo Julian
1
-8
/
+8
2021-08-24
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
1
-3
/
+3
2021-08-23
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
1
-1
/
+1
2021-08-18
Some bug fixes.
Eduardo Julian
1
-7
/
+1
2021-08-16
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
1
-3
/
+5
2021-08-12
Improved binding syntax for "syntax:".
Eduardo Julian
1
-1
/
+1
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
1
-4
/
+4
2021-08-08
No more #export magic syntax.
Eduardo Julian
1
-10
/
+10
2021-07-28
Re-named List's tags: Nil => End && Cons => Item
Eduardo Julian
1
-1
/
+2
2021-07-27
Re-named wrap => in && unwrap => out.
Eduardo Julian
1
-3
/
+3
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-5
/
+6
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
1
-4
/
+4
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
1
-2
/
+2
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-2
/
+2
2019-02-24
Improved the names of monad transformers.
Eduardo Julian
1
-1
/
+1
2019-02-08
Ported some modules to the new test format.
Eduardo Julian
1
-20
/
+17
2019-02-04
Changed the naming style for structures.
Eduardo Julian
1
-14
/
+14
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
1
-1
/
+1
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-4
/
+5
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
1
-1
/
+1
2018-07-10
- Re-named "struct:" to "structure:".
Eduardo Julian
1
-4
/
+4
2018-05-02
- Re-named "Applicative" to "Apply".
Eduardo Julian
1
-3
/
+3
2018-05-02
- Moved the "wrap" function into Monad, and removed Applicative from Monad's ...
Eduardo Julian
1
-8
/
+18
2018-04-05
- Improved the syntax for the "lux.function" macro.
Eduardo Julian
1
-6
/
+6
2017-11-29
- Changed the identifier separator, from the semi-colon (;) to the period/dot...
Eduardo Julian
1
-9
/
+9
2017-11-27
- Got rid of even more dots.
Eduardo Julian
1
-1
/
+1
2017-09-19
- Some refactoring.
Eduardo Julian
1
-5
/
+5
2017-08-19
- "program:" now evaluates its body within an implicit IO monad.
Eduardo Julian
1
-4
/
+4
2017-07-22
- Removed the "M" suffix from monadic functions.
Eduardo Julian
1
-2
/
+2
2017-07-01
- Remove the suffixes of "lift" functions for monad transformers.
Eduardo Julian
1
-1
/
+1
[next]