Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-named lux/host to lux/ffi. | Eduardo Julian | 2021-05-24 | 1 | -145/+0 |
| | |||||
* | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 2020-12-29 | 1 | -3/+3 |
| | |||||
* | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 2020-12-25 | 1 | -15/+15 |
| | |||||
* | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵ | Eduardo Julian | 2020-12-02 | 1 | -2/+2 |
| | | | | convention that only macros that deal with types may start with a colon. | ||||
* | Added specialized root/2 and root/3 functions in lux/math. | Eduardo Julian | 2020-12-01 | 1 | -2/+2 |
| | |||||
* | Allow name formatting for JVM imports, similar to Lux module imports. | Eduardo Julian | 2020-11-26 | 1 | -5/+8 |
| | |||||
* | Re-named the directory for my bookmarks to better reflect what they are. | Eduardo Julian | 2020-10-31 | 1 | -3/+3 |
| | |||||
* | Mandatory long names for JVM imports, instead of having "long" be optional ↵ | Eduardo Julian | 2020-10-09 | 1 | -25/+30 |
| | | | | and short be default. | ||||
* | Local binding names for (co|indexed-)?monads are now explicitly set. | Eduardo Julian | 2020-05-17 | 1 | -1/+1 |
| | |||||
* | No more "n/"-prefixed functions. | Eduardo Julian | 2019-07-26 | 1 | -3/+4 |
| | |||||
* | No more "i/"-prefixed functions. | Eduardo Julian | 2019-07-25 | 1 | -4/+6 |
| | |||||
* | Can now set the name of the "this" object, instead of being forced to use ↵ | Eduardo Julian | 2019-05-05 | 1 | -4/+4 |
| | | | | "_jvm_this". | ||||
* | The old compiler is now identified with "old" instead of "jvm". This should ↵ | Eduardo Julian | 2019-04-16 | 1 | -0/+134 |
help to get old JVM code and new JVM code to coexist without forcing a major rewrite of old compiler code to get it to fit the style of the new JVM compiler code. |