aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/shell.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-13/+13
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-14/+14
2021-09-12Made the "#" character great again!Eduardo Julian1-23/+23
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-13/+13
2021-09-08De-bracing | part 2Eduardo Julian1-2/+2
2021-09-07De-taggification | part 4Eduardo Julian1-23/+23
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian1-5/+5
2021-09-04De-taggification | part 2Eduardo Julian1-14/+14
2021-08-29De-taggification | part 0Eduardo Julian1-11/+11
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-4/+4
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian1-32/+36
2021-08-25Updates to the Lua compiler.Eduardo Julian1-9/+0
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-3/+3
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-16/+16
2021-08-18Some bug fixes.Eduardo Julian1-6/+7
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-0/+9
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-33/+33
2021-08-08No more #export magic syntax.Eduardo Julian1-11/+11
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-2/+2
2021-08-01Even more renamings.Eduardo Julian1-2/+2
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian1-2/+2
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-33/+33
2021-07-26Re-named Promise to Async.Eduardo Julian1-25/+25
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-2/+2
2021-07-17Now allowing compilers to generate custom-named outputs.Eduardo Julian1-6/+6
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-30/+31
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-3/+3
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian1-136/+101
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-11/+11
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian1-2/+1
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