Update HISTORY.
Chris Pressey
4 years ago
16 | 16 | there are other ways to obtain an operator than applying |
17 | 17 | a `macro` form (for instance there have always been |
18 | 18 | intrinsic operators; it's not fair to call them "macros".) |
19 | * When a reactor produces an abort value, it does not cause | |
20 | a further event reporting the abort value to occur. | |
21 | ||
22 | In the standard library, | |
23 | ||
19 | 24 | * The Robin definition of `bind` now checks that the name |
20 | 25 | being bound is a symbol. The Robin definition of `let` |
21 | 26 | is now based on that of `bind` so it inherits this behaviour. |
22 | 27 | * The documentation for the alist functions in the standard |
23 | 28 | library was improved. |
24 | * When a reactor produces an abort value, it does not cause | |
25 | a further event reporting the abort value to occur. | |
29 | * Added the `bind-vals` operator, which is like `bind-args` | |
30 | but does not evaluate the arguments, and which works on | |
31 | possibly-deep lists. | |
26 | 32 | |
27 | 33 | For the reference implementation, |
28 | 34 |