aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/world/file.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-2/+2
* De-taggification | part 4Eduardo Julian2021-09-071-6/+6
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
* De-taggification | part 2Eduardo Julian2021-09-041-4/+4
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-9/+10
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-4/+4
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-189/+10
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-4/+2
* lux/data/binary.slice now works in the offset+length style.Eduardo Julian2021-05-301-2/+2
* Almost done with Scheme.Eduardo Julian2021-05-241-33/+33
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-40/+43
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-67/+67
* Refactored "export" common syntax.Eduardo Julian2020-12-231-117/+117
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-57/+57
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-011-2/+7
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-261-3/+3
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-3/+3
* Some small refactoring.Eduardo Julian2020-10-251-15/+15
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-2/+2
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-101-2/+3
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-1/+1
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-8/+9
* No more "i/"-prefixed functions.Eduardo Julian2019-07-251-3/+3
* Got rid of the "Number" abstraction.Eduardo Julian2019-07-241-1/+1
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-28/+28
* Moved "lux/world/binary" to "lux/data/binary".Eduardo Julian2019-06-201-5/+5
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-4/+4
* Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian2019-04-061-1/+1
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+1
* Ported tests for world-related modules.Eduardo Julian2019-03-251-156/+162
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-3/+3
* Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2019-03-131-1/+2
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-111-1/+1
* - Removed the current usage of data-integrity measures.Eduardo Julian2019-02-071-8/+4
* Integrated tests into normal source code.Eduardo Julian2019-02-051-0/+195