Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made inlined functions into first-class macros. | Eduardo Julian | 2022-07-26 | 1 | -0/+13 |
| | |||||
* | Can now add type-vars to imported procedures from scripting languages. | Eduardo Julian | 2022-03-14 | 1 | -0/+4 |
| | |||||
* | Added an easy way to export Lux functionality to host programs (everywhere ↵ | Eduardo Julian | 2022-03-11 | 1 | -7/+11 |
| | | | | else). | ||||
* | 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 |