aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/control/reader.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-13Re-licensed to MPL 2.0Eduardo Julian1-0/+3
2023-01-08Moved compiler target machinery under meta/compiler.Eduardo Julian1-3/+1
2022-12-02Added some simple time-series handling machinery.Eduardo Julian1-3/+3
2022-07-03Moved "lux/target" to "lux/meta/target".Eduardo Julian1-2/+3
2022-06-25De-sigil-ification: suffix : [Part 15]Eduardo Julian1-1/+1
2022-06-16De-sigil-ification: suffix : [Part 14]Eduardo Julian1-1/+1
2022-06-16De-sigil-ification: suffix : [Part 13]Eduardo Julian1-17/+17
2022-06-12De-sigil-ification: suffix : [Part 4]Eduardo Julian1-32/+32
2022-06-04comonad/cofree => comonad/freeEduardo Julian1-1/+1
2022-06-04De-sigil-ification: #Eduardo Julian1-3/+3
2022-06-02Extensible import syntax [Part 2]Eduardo Julian1-1/+1
2022-06-01Extensible import syntax: Part 1Eduardo Julian1-3/+3
2022-04-07De-sigil-ification: &Eduardo Julian1-4/+4
2022-03-14De-sigil-ification: @Eduardo Julian1-9/+10
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-13Updated only/except import syntax to take into account record => variant ↵Eduardo Julian1-4/+4
syntax change.
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-2/+3
2021-09-12Made the "#" character great again!Eduardo Julian1-1/+1
2021-09-07De-taggification | part 4Eduardo Julian1-2/+2
2021-09-04De-taggification | part 2Eduardo Julian1-4/+4
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-8/+8
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-3/+3
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-1/+1
2021-08-18Some bug fixes.Eduardo Julian1-7/+1
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-3/+5
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-1/+1
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-4/+4
2021-08-08No more #export magic syntax.Eduardo Julian1-10/+10
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian1-1/+2
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-3/+3
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-5/+6
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-4/+4
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian1-2/+2
convention that only macros that deal with types may start with a colon.
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-2/+2
2019-02-24Improved the names of monad transformers.Eduardo Julian1-1/+1
2019-02-08Ported some modules to the new test format.Eduardo Julian1-20/+17
2019-02-04Changed the naming style for structures.Eduardo Julian1-14/+14
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-1/+1
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-4/+5
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-1/+1
2018-07-10- Re-named "struct:" to "structure:".Eduardo Julian1-4/+4
2018-05-02- Re-named "Applicative" to "Apply".Eduardo Julian1-3/+3
2018-05-02- Moved the "wrap" function into Monad, and removed Applicative from Monad's ↵Eduardo Julian1-8/+18
family tree. - Moved the Free monad to its own module.
2018-04-05- Improved the syntax for the "lux.function" macro.Eduardo Julian1-6/+6
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the ↵Eduardo Julian1-9/+9
period/dot (.).
2017-11-27- Got rid of even more dots.Eduardo Julian1-1/+1
2017-09-19- Some refactoring.Eduardo Julian1-5/+5
- Moved "assume" and "default" to lux/data/maybe.
2017-08-19- "program:" now evaluates its body within an implicit IO monad.Eduardo Julian1-4/+4
- Fixed a bug with the types of actors and messages. - Added Functor for queues. - Small refactorings and fixes.
2017-07-22- Removed the "M" suffix from monadic functions.Eduardo Julian1-2/+2
2017-07-01- Remove the suffixes of "lift" functions for monad transformers.Eduardo Julian1-1/+1