| Commit message (Expand) | Author | Age | Files | Lines |
* | Proper testing for debug.log! | Eduardo Julian | 2022-08-17 | 1 | -0/+2 |
* | Fixed test suite. | Eduardo Julian | 2022-08-12 | 2 | -5/+7 |
* | Made inlined functions into first-class macros. | Eduardo Julian | 2022-07-26 | 1 | -0/+2 |
* | First-class programs instead of having a "lux program" extension. | Eduardo Julian | 2022-07-09 | 1 | -0/+5 |
* | Moved "lux/macro/code" to "lux/meta/code". | Eduardo Julian | 2022-07-01 | 1 | -0/+2 |
* | Better naming for measure/quantity types. | Eduardo Julian | 2022-06-30 | 1 | -0/+6 |
* | Better syntax for getting/setting fields when defining JVM classes. | Eduardo Julian | 2022-06-29 | 2 | -0/+11 |
* | Generalized machinery for context-aware macros. | Eduardo Julian | 2022-06-24 | 1 | -0/+6 |
* | De-sigil-ification: suffix : [Part 11] | Eduardo Julian | 2022-06-15 | 1 | -0/+4 |
* | Better syntax for invoking super methods inside overriden methods. | Eduardo Julian | 2022-06-14 | 1 | -0/+1 |
* | De-sigil-ification: suffix : [Part 3] | Eduardo Julian | 2022-06-12 | 1 | -0/+4 |
* | Added extensions to JS interop for working with "undefined" values. | Eduardo Julian | 2022-06-06 | 2 | -0/+8 |
* | Re-named "as_is" to "these" to avoid confusion with the new type-annotation m... | Eduardo Julian | 2022-03-30 | 4 | -0/+16 |
* | Leaner syntax for library/lux/control/exception.report | Eduardo Julian | 2022-03-15 | 2 | -0/+8 |
* | Compilers for scripting languages now only depend on new JVM compiler. | Eduardo Julian | 2022-03-07 | 2 | -1/+3 |
* | No more automatic conversions of primitive types in JVM FFI. | Eduardo Julian | 2022-02-22 | 1 | -0/+4 |
* | Migrated variants to the new syntax. | Eduardo Julian | 2021-09-10 | 1 | -0/+1 |
* | The Python compiler can now be compiled by the new JVM compiler. | Eduardo Julian | 2021-08-23 | 1 | -0/+4 |
* | Relocated maybe and lazy from data to control. | Eduardo Julian | 2021-08-11 | 1 | -0/+4 |
* | Made the be/de macros for (co)monadic expression extensible. | Eduardo Julian | 2021-08-07 | 1 | -0/+4 |