aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/control/io.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-05- Removed Void and Unit as kinds of types.Eduardo Julian1-5/+5
2018-05-02- Re-named "Applicative" to "Apply".Eduardo Julian1-4/+4
2018-05-02- Moved the "wrap" function into Monad, and removed Applicative from Monad's ...Eduardo Julian1-8/+8
2018-02-07- Improved the way exceptions work.Eduardo Julian1-2/+2
2017-12-05- WIP: Caching.Eduardo Julian1-1/+6
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-14/+14
2017-11-16- Added "Process" type for IO operations that can fail.Eduardo Julian1-10/+39
2017-10-25- Changed the way some special forms work.Eduardo Julian1-1/+1
2017-09-19- Some refactoring.Eduardo Julian1-4/+4
2017-07-22- Removed the "M" suffix from monadic functions.Eduardo Julian1-2/+2
2017-05-07- Renamed "AST" to "Code".Eduardo Julian1-1/+1
2017-05-03- Removed the "S" suffix from AST tags.Eduardo Julian1-1/+1
2017-04-12- Simplified some of the documentation and error messages.Eduardo Julian1-1/+1
2017-04-10- Renamed _lux_lambda to _lux_function.Eduardo Julian1-1/+1
2017-02-05- Added support for compiling _lux_proc (some procedures).Eduardo Julian1-1/+1
2017-01-26- Changed the license from MPL 2.0 to MIT.Eduardo Julian1-5/+0
2017-01-25- Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian1-1/+1
2017-01-04- Updated the documentation of most modules left.Eduardo Julian1-1/+1
2017-01-02- Updated documentation for lux/cli, lux/compiler, lux/codata/*.Eduardo Julian1-6/+7
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian1-0/+56