git @ Cat's Eye Technologies Robin / 592e54a
Update HISTORY. Chris Pressey 4 years ago
1 changed file(s) with 8 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1616 there are other ways to obtain an operator than applying
1717 a `macro` form (for instance there have always been
1818 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
1924 * The Robin definition of `bind` now checks that the name
2025 being bound is a symbol. The Robin definition of `let`
2126 is now based on that of `bind` so it inherits this behaviour.
2227 * The documentation for the alist functions in the standard
2328 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.
2632
2733 For the reference implementation,
2834