aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2021-05-30Giving up on Kawa for now...Eduardo Julian7-16/+149
2021-05-30lux/data/binary.slice now works in the offset+length style.Eduardo Julian6-52/+47
2021-05-30lux/macro/template.with can now produce multiple outputs.Eduardo Julian4-14/+14
2021-05-30Getting the name of a path is no longer a fundamental File operation.Eduardo Julian4-116/+65
2021-05-30Some improvements to pattern-matching compilation.Eduardo Julian1-47/+54
But will have to postpone Common Lisp, as ABCL is getting overwhelmed.
2021-05-30More adjustments for Common Lisp.Eduardo Julian7-435/+495
2021-05-25Fix for pattern-matching register binding.Eduardo Julian7-144/+175
2021-05-25Updates for Common-Lisp compiler.Eduardo Julian24-817/+1140
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian54-418/+375
2021-05-24Using offset+distance instead of from+to for text clipping.Eduardo Julian7-19/+22
2021-05-24Using FFI machinery when possible when doing text replacement.Eduardo Julian1-7/+36
2021-05-24Almost done with Scheme.Eduardo Julian25-532/+1262
But will have to postpone finishing it because Kawa is not up to snuff.
2021-05-18Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian17-62/+86
2021-05-18Text-escaping machinery.Eduardo Julian4-1/+402
2021-05-18Made it so that (_.times 1) still generates (and logs) a seed.Eduardo Julian1-41/+42
2021-03-18Updates for Scheme compiler.Eduardo Julian18-517/+897
2021-03-16Done with PHP.Eduardo Julian10-74/+245
2021-03-14Frustrated with PHP's overflow/underflow logic.Eduardo Julian6-47/+64
2021-03-12Almost done with PHP.Eduardo Julian27-376/+1350
2021-03-10Wrestling with JPHP.Eduardo Julian9-321/+470
2021-03-01Done with Ruby.Eduardo Julian28-283/+1479
2021-02-26Got JRuby to cooperate.Eduardo Julian11-150/+278
2021-02-25Updates for Ruby compiler.Eduardo Julian11-542/+653
2021-02-24Done with Python.Eduardo Julian9-86/+137
2021-02-22Updates for PHP compiler.Eduardo Julian22-599/+1137
2021-02-16Done with Lua.Eduardo Julian6-43/+62
2021-02-15Almost done with Lua.Eduardo Julian20-308/+461
2021-02-12More Lua + optimizations.Eduardo Julian20-262/+419