Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-named ":coerce" to ":as" since it technically doesn't do coercions. | Eduardo Julian | 2021-07-11 | 1 | -1/+1 |
| | |||||
* | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 2021-06-30 | 1 | -9/+9 |
| | | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it. | ||||
* | Improved parsing speed for Lux code. | Eduardo Julian | 2020-12-11 | 1 | -1/+1 |
| | |||||
* | 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 "private" macro to lux/debug. | Eduardo Julian | 2020-11-28 | 1 | -36/+36 |
| | |||||
* | Made the syntax of ^template more consistent. | Eduardo Julian | 2020-11-17 | 1 | -23/+23 |
| | |||||
* | Easy to use Rev constants. | Eduardo Julian | 2020-10-31 | 1 | -5/+5 |
| | |||||
* | Some small refactoring. | Eduardo Julian | 2020-10-25 | 1 | -1/+1 |
| | |||||
* | Re-named some list functions. | Eduardo Julian | 2020-10-24 | 1 | -3/+3 |
| | |||||
* | Allow "#io" outputs for JS imports. | Eduardo Julian | 2020-08-09 | 1 | -35/+36 |
| | |||||
* | Local binding names for (co|indexed-)?monads are now explicitly set. | Eduardo Julian | 2020-05-17 | 1 | -2/+2 |
| | |||||
* | No more "n/"-prefixed functions. | Eduardo Julian | 2019-07-26 | 1 | -10/+12 |
| | |||||
* | Re-name "lux/data/error" to "lux/control/try". | Eduardo Julian | 2019-07-02 | 1 | -5/+5 |
| | |||||
* | Improved the convention for using text formatters. | Eduardo Julian | 2019-06-20 | 1 | -10/+10 |
| | |||||
* | Removed the useless #lux.type? annotation tag. | Eduardo Julian | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation ↵ | Eduardo Julian | 2019-05-02 | 1 | -2/+2 |
| | | | | type and its "magical" compiler behavior. | ||||
* | Created the "lux/abstract" branch and moved some modules into it. | Eduardo Julian | 2019-04-06 | 1 | -1/+2 |
| | |||||
* | Re-named "do-template" to "template". | Eduardo Julian | 2019-03-30 | 1 | -2/+2 |
| | |||||
* | Changed the convention for the structure opening separator from "/" to ";", ↵ | Eduardo Julian | 2019-03-15 | 1 | -33/+33 |
| | | | | to avoid confusion since "/" is used for relative module paths. | ||||
* | Improved the names of monad transformers. | Eduardo Julian | 2019-02-24 | 1 | -1/+1 |
| | |||||
* | Added the special # syntax for referring to the module's alias when opening ↵ | Eduardo Julian | 2019-02-11 | 1 | -3/+3 |
| | | | | structures. | ||||
* | Updated Scriptum to make sure it always generates documentation for tested ↵ | Eduardo Julian | 2019-02-05 | 1 | -8/+4 |
| | | | | modules. | ||||
* | Migrated documentation tool's code into stdlib. | Eduardo Julian | 2019-02-05 | 1 | -0/+518 |