Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Relocated maybe and lazy from data to control. | Eduardo Julian | 2021-08-11 | 1 | -1/+1 | |
| | ||||||
* | Improved single-line comment syntax (from "##" to "..."). | Eduardo Julian | 2021-08-09 | 1 | -7/+7 | |
| | ||||||
* | No more #export magic syntax. | Eduardo Julian | 2021-08-08 | 1 | -10/+10 | |
| | ||||||
* | Re-named wrap => in && unwrap => out. | Eduardo Julian | 2021-07-27 | 1 | -3/+3 | |
| | ||||||
* | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 2021-07-14 | 1 | -20/+21 | |
| | ||||||
* | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 2021-06-30 | 1 | -2/+2 | |
| | | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it. | |||||
* | Re-named lux/host to lux/ffi. | Eduardo Julian | 2021-05-24 | 1 | -1/+1 | |
| | ||||||
* | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 2020-12-29 | 1 | -3/+4 | |
| | ||||||
* | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 2020-12-25 | 1 | -22/+22 | |
| | ||||||
* | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵ | Eduardo Julian | 2020-12-02 | 1 | -6/+6 | |
| | | | | convention that only macros that deal with types may start with a colon. | |||||
* | Allow name formatting for JVM imports, similar to Lux module imports. | Eduardo Julian | 2020-11-26 | 1 | -2/+3 | |
| | ||||||
* | Made the syntax of ^template more consistent. | Eduardo Julian | 2020-11-17 | 1 | -5/+5 | |
| | ||||||
* | Improved the design of actors. | Eduardo Julian | 2020-11-01 | 1 | -5/+5 | |
| | ||||||
* | Re-named "to-text" functions to "format". | Eduardo Julian | 2020-10-15 | 1 | -21/+143 | |
| | ||||||
* | Mandatory long names for JVM imports, instead of having "long" be optional ↵ | Eduardo Julian | 2020-10-09 | 1 | -2/+2 | |
| | | | | and short be default. | |||||
* | Download and catch dependencies in Aedifex. | Eduardo Julian | 2020-08-26 | 1 | -1/+15 | |
| | ||||||
* | Calculate SHA-1 and MD5 hashes. | Eduardo Julian | 2020-08-18 | 1 | -0/+27 | |