Skip to content

Releases: itu-msc/Research-Project

0.3.0

04 Jan 17:15

Choose a tag to compare

CHANGES:

  • Fixed bug in heap related to garbage colletcion.

0.2.0

07 Dec 21:50

Choose a tag to compare

CHANGES:

  • Changed signal combinators to have *L suffix 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

01 Dec 18:43

Choose a tag to compare

CHANGES:

  • Initial release of the Rizzo FRP library.
  • Core modules: generic signal, channel, and types, including event loop and heap internals.
  • Input handling via console_input and port_input.
  • Output handling via console_output and port_send_outputD.