aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian300-2816/+3078
2021-08-08No more #export magic syntax.Eduardo Julian769-6101/+6442
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian284-1915/+2069
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian134-595/+688
more than once.
2021-08-01Even more renamings.Eduardo Julian204-1099/+1130
2021-07-31Yet more renamings.Eduardo Julian70-749/+868
2021-07-30More renamings.Eduardo Julian188-1023/+1126
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian95-706/+831
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian189-2172/+2341
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian451-8597/+8746
2021-07-26Re-named Promise to Async.Eduardo Julian206-2221/+2344
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian277-2669/+2741
2021-07-24Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian11-85/+459
2021-07-23Automatically handling input/output conversions for methods in new JVM ↵Eduardo Julian4-57/+233
compiler.
2021-07-22New JVM compiler can now compile JVM classes.Eduardo Julian6-210/+420
2021-07-20Updated the Scriptum documentation generator.Eduardo Julian13-346/+562
2021-07-19Made the default JS file-system promise-based so it works well on Node.Eduardo Julian7-100/+306
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian23-302/+471
2021-07-17Now allowing compilers to generate custom-named outputs.Eduardo Julian32-117/+284
2021-07-17Now properly loading cached modules.Eduardo Julian20-271/+660
2021-07-16Fixed some inconsistent naming.Eduardo Julian46-242/+287
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian154-139/+256
2021-07-14Constant inlining.Eduardo Julian1-182/+182
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian750-11819/+12767
2021-07-13Improved the XML parsing library.Eduardo Julian14-278/+265
2021-07-12A bit more clarity for Licentia licenses.Eduardo Julian17-196/+495
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian261-1273/+1346
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian76-910/+1054
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian34-280/+508
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across ↵Eduardo Julian19-735/+1001
language boundaries)
2021-07-06Simplified the API for file-system operations.Eduardo Julian44-2344/+1907
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian58-1796/+1872
Capabilities should be opt-in, but using them in the standard library makes them mandatory.
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian193-661/+1072
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
2021-06-29Some updates for the new compilers.Eduardo Julian22-344/+484
2021-06-27Made obtaining env variables more granular + partial Lua support.Eduardo Julian30-541/+1113
2021-06-26Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian21-172/+673
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian23-423/+586
2021-06-18Refactored the machinery to make local macros into its own module.Eduardo Julian35-451/+777
2021-06-14Extracted Licentia out of the standard library.Eduardo Julian40-2336/+503
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian24-161/+234
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian53-826/+1140
2021-06-08Improved formatting of compilation results (only for new compilers).Eduardo Julian2-10/+13
2021-06-08Properly using artifact IDs instead of arbitrary Text to identify artifacts.Eduardo Julian11-30/+31
2021-06-08Added type information when logging compiled definitions.Eduardo Julian4-14/+23
2021-06-02Postponing work on R due to flaws of the bootstrapping compiler.Eduardo Julian2-49/+47
Will resume once the new JVM compiler replaces the bootstrapping compiler.
2021-06-02Struggling against the lexing limitations of Renjin.Eduardo Julian3-119/+133
2021-06-01Updates for R compiler.Eduardo Julian21-12/+2480
2021-05-31Added macro for easily logging local variables during debugging.Eduardo Julian1-2/+59
2021-05-31Re-factored the UTF8 codec into its own module.Eduardo Julian10-194/+223
2021-05-31"lux io current-time" is no longer an extension.Eduardo Julian15-88/+55