Update HISTORY
Chris Pressey
5 years ago
9 | 9 | incorporated into the intrinsics themselves (whose names no longer |
10 | 10 | begin with `@`.) The rationale is that they were hardly more complex |
11 | 11 | than the intrinsics themselves. |
12 | * The reactor subsystem was reformed. Reactors define a transducer | |
13 | function that takes an event and a state, and returns a new state | |
14 | and a list of commands, which are simply new events. Several other | |
15 | details were cleared up, and the implementation was re-written. | |
12 | 16 | |
13 | 17 | For the reference implementation, |
14 | 18 |