Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No longer employing the capabilities model on the lux/world/* modules. | Eduardo Julian | 2021-07-02 | 1 | -0/+1 |
| | | | Capabilities should be opt-in, but using them in the standard library makes them mandatory. | ||||
* | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 2021-06-30 | 1 | -0/+4 |
| | | | "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 Julian | 2021-06-24 | 1 | -0/+20 |