package rizzo
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
0.3.0 - 2025-12-15
- Fixed bug in heap related to garbage colletcion.
0.2.0 - 2025-12-05
- Changed signal combinators to have
*Lsuffix for later signals, rather than*D. - Swapped order of arguments for
|>>(applicative operator) to better fit a left-to-right reading direction, and replaced to previous order (function first) with<<|. - Overall (and totally unbiased), a much better version.
0.1.0 - 2025-11-27
- Initial release of the
RizzoFRP library. - Core modules: generic
signal,channel, andtypes, including event loop and heap internals. - Input handling via
console_inputandport_input. - Output handling via
console_outputandport_send_outputD.