aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/world (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-092-2/+2
* No more #export magic syntax.Eduardo Julian2021-08-089-11/+11
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-075-10/+10
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-023-3/+3
* More renamings.Eduardo Julian2021-07-305-5/+5
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-277-128/+128
* Re-named Promise to Async.Eduardo Julian2021-07-262-17/+17
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-256-11/+11
* Fixed some inconsistent naming.Eduardo Julian2021-07-161-1/+1
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-156-5/+18
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-149-150/+206
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-129-30/+29
* Simplified the API for file-system operations.Eduardo Julian2021-07-062-242/+88
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-025-61/+159
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-303-4/+88
* Some updates for the new compilers.Eduardo Julian2021-06-291-104/+128
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-182-7/+153
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-141-0/+63
* 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
* Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian2021-01-122-20/+47
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-292-44/+47
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-254-110/+110
* Refactored "export" common syntax.Eduardo Julian2020-12-231-117/+117
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-3/+4
* Re-named "with-cover" to "for".Eduardo Julian2020-12-104-9/+9
* Added support for "Commons Clause" to Licentia.Eduardo Julian2020-12-093-33/+40
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-023-79/+79
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-021-23/+30
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-012-2/+162
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-282-7/+7
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-27/+24
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-7/+95
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-262-3/+34
* Improved error reporting for syntax macros.Eduardo Julian2020-11-051-1/+2
* Lightweight machinery for agent-oriented programming.Eduardo Julian2020-11-051-0/+43
* Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian2020-11-041-0/+58
* 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-202-95/+5
* Improved the convention for using text formatters.Eduardo Julian2019-06-202-6/+6
* Removed the TCP & UDP code for the moment.Eduardo Julian2019-06-202-139/+0
* Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian2019-04-063-3/+3