turion / rhine

Haskell Functional Reactive Programming framework with type-level clocks
http://hackage.haskell.org/package/rhine
117 stars 21 forks source link

Add bindings for Frames #256

Open turion opened 9 months ago

turion commented 9 months ago

Frames is:

User-friendly, type safe, runtime efficient tooling for working with tabular data deserialized from comma-separated values (CSV) files. The type of each row of data is inferred from data, which can then be streamed from disk, or worked with in memory.

https://hackage.haskell.org/package/Frames

It would be great to have a Frames clock that ticks for every row in a CSV file. See https://github.com/turion/rhine/pull/226 for inspiration.