aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/concurrency/frp.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-295/+0
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-5/+5
* Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian2021-05-181-5/+6
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-18/+18
* Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian2020-12-151-1/+1
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-6/+6
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-7/+5
* Lightweight machinery for agent-oriented programming.Eduardo Julian2020-11-051-4/+13
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-14/+14
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-6/+6
* :share no longer relies on :assumeEduardo Julian2020-05-171-8/+14
* Now logging to a data-structure and only printing in the end.Eduardo Julian2020-05-121-1/+1
* Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian2020-05-121-8/+9
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-3/+3
* Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian2019-04-061-2/+2
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-2/+3
* Fixed a bug in the FRP/channel monad.Eduardo Julian2019-03-211-45/+66
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-6/+6
* Re-named "lux/control/concurrency/frp.Source" type to "Sink" to avoid conflic...Eduardo Julian2019-02-111-4/+4
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-111-3/+3
* Various small improments and changes.Eduardo Julian2019-02-101-23/+29
* Changed the naming style for structures.Eduardo Julian2019-02-041-21/+21
* Improved how the "Source" type works.Eduardo Julian2018-12-161-74/+48
* Reverted "lux/control/concurrency/frp" to the previous style of doing FRP.Eduardo Julian2018-12-151-95/+241
* Moved the "lux/concurrency" modules under "lux/control".Eduardo Julian2018-12-151-0/+132