aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/file.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-08De-bracing | part 2Eduardo Julian1-2/+2
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian1-3/+4
2021-09-07De-taggification | part 4Eduardo Julian1-39/+39
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian1-16/+16
2021-09-04De-taggification | part 2Eduardo Julian1-13/+13
2021-09-03Unified tuple and record syntax.Eduardo Julian1-4/+4
2021-09-01De-taggification | part 1Eduardo Julian1-5/+5
2021-08-29De-taggification | part 0Eduardo Julian1-68/+68
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-10/+10
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian1-38/+40
2021-08-25Updates to the Lua compiler.Eduardo Julian1-17/+5
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-46/+47
2021-08-20More fixes.Eduardo Julian1-1/+1
2021-08-18Some bug fixes.Eduardo Julian1-9/+9
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian1-15/+15
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-12/+12
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-8/+8
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-5/+17
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-177/+177
2021-08-08No more #export magic syntax.Eduardo Julian1-24/+24
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-16/+16
2021-08-01Even more renamings.Eduardo Julian1-1/+1
2021-07-31Yet more renamings.Eduardo Julian1-23/+25
2021-07-30More renamings.Eduardo Julian1-5/+5
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian1-33/+33
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-105/+105
2021-07-26Re-named Promise to Async.Eduardo Julian1-36/+36
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-11/+11
2021-07-19Made the default JS file-system promise-based so it works well on Node.Eduardo Julian1-71/+124
2021-07-17Now properly loading cached modules.Eduardo Julian1-23/+23
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-34/+35
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-8/+8
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across ↵Eduardo Julian1-4/+2
language boundaries)
2021-07-06Simplified the API for file-system operations.Eduardo Julian1-1325/+779
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian1-999/+782
Capabilities should be opt-in, but using them in the standard library makes them mandatory.
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-39/+40
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian1-1/+1
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian1-72/+85
2021-05-30Getting the name of a path is no longer a fundamental File operation.Eduardo Julian1-77/+22
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian1-100/+100
2021-05-24Almost done with Scheme.Eduardo Julian1-0/+3
But will have to postpone finishing it because Kawa is not up to snuff.
2021-03-12Almost done with PHP.Eduardo Julian1-1/+219
2021-03-01Done with Ruby.Eduardo Julian1-0/+211
2021-02-24Done with Python.Eduardo Julian1-1/+1
2021-02-15Almost done with Lua.Eduardo Julian1-17/+14
2021-02-10Continuing with LuaEduardo Julian1-7/+275
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian1-28/+31
2021-01-26Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian1-19/+212
2021-01-09Turned I64 and variant creation functions into constructors for JS.Eduardo Julian1-9/+21
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-0/+9