aboutsummaryrefslogtreecommitdiff
path: root/documentation (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unified tuple and record syntax.Eduardo Julian2021-09-031-2/+2
|
* De-taggification | part 1Eduardo Julian2021-09-0113-12/+55
|
* Updates to the JS compiler.Eduardo Julian2021-09-011-0/+1
|
* De-taggification | part 0Eduardo Julian2021-08-291-0/+146
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-272-0/+72
|
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-261-0/+131
|
* Updates to the Lua compiler.Eduardo Julian2021-08-253-12/+169
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-0/+236
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-235-0/+104
|
* Can now produce arbitrary code fragments statically by evaluating arbitrary ↵Eduardo Julian2021-08-214-1/+255
| | | | expressions at compile-time.
* More fixes.Eduardo Julian2021-08-201-0/+22
|
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-1916-5/+216
|
* Some bug fixes.Eduardo Julian2021-08-185-1/+108
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-0/+5
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-142-1/+194
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-136-12/+220
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-122-1/+114
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-115-5/+258
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-092-1/+265
|
* No more #export magic syntax.Eduardo Julian2021-08-084-1/+13
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-0714-1/+212
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-022-1/+316
| | | | more than once.
* Even more renamings.Eduardo Julian2021-08-017-1/+207
|
* Yet more renamings.Eduardo Julian2021-07-312-1/+317
|
* More renamings.Eduardo Julian2021-07-302-1/+375
|
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-296-1/+192
|
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-285-3/+237
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-273-8/+160
|
* Re-named Promise to Async.Eduardo Julian2021-07-267-8/+119
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-0/+31
|
* Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian2021-07-247-0/+17
|
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-222-0/+8
|
* Made the default JS file-system promise-based so it works well on Node.Eduardo Julian2021-07-191-0/+1
|
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-1732-0/+121
|
* Fixed some inconsistent naming.Eduardo Julian2021-07-162-0/+2
|
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-1519-1/+64
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-0/+1
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-1028-13/+141
|
* Simplified the API for file-system operations.Eduardo Julian2021-07-063-0/+5
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-023-0/+14
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-303-0/+7
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-2425-2/+88
|
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-122-1/+5
|
* Struggling against the lexing limitations of Renjin.Eduardo Julian2021-06-021-0/+2
|
* Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian2021-05-1815-4/+28
|
* Updates for Scheme compiler.Eduardo Julian2021-03-181-0/+4
|
* Done with PHP.Eduardo Julian2021-03-162-0/+4
|
* Frustrated with PHP's overflow/underflow logic.Eduardo Julian2021-03-148-0/+16
|
* Continuing with LuaEduardo Julian2021-02-103-0/+8
|
* Mo' updates, less problems.Eduardo Julian2021-02-075-0/+22
|