aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/shell.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-18Refactored the machinery to make local macros into its own module.Eduardo Julian1-30/+25
2021-05-31Re-factored the UTF8 codec into its own module.Eduardo Julian1-2/+3
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian1-1/+1
2021-01-12Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian1-41/+37
2021-01-08Moved "log!" function under "lux/debug".Eduardo Julian1-42/+43
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-5/+10
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-96/+96
2020-12-11Improved parsing speed for Lux code.Eduardo Julian1-1/+1
2020-12-09Added support for "Commons Clause" to Licentia.Eduardo Julian1-2/+3
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-16/+16
2020-11-28Re-named "_.claim" to "_.cover'".Eduardo Julian1-12/+12
2020-11-28Added "private" macro to lux/debug.Eduardo Julian1-7/+16
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian1-11/+13
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian1-16/+25
2020-11-04Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian1-145/+371
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian1-3/+3
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian1-10/+10
2020-08-09Allow "#io" outputs for JS imports.Eduardo Julian1-2/+5
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-1/+1
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-7/+7
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-1/+1
2019-05-28Both the old JVM interop and the new JVM interop use the same syntax for arra...Eduardo Julian1-2/+2
2019-04-16The old compiler is now identified with "old" instead of "jvm". This should h...Eduardo Julian1-2/+2
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-5/+5
2019-02-24Improved the names of monad transformers.Eduardo Julian1-3/+3
2019-02-14Added machinery to interact with the operating-system's shell.Eduardo Julian1-0/+161