fuh-rs

Crates.iofuh-rs
lib.rsfuh-rs
version0.1.0
sourcesrc
created_at2020-09-09 10:40:12.548522
updated_at2020-09-09 10:40:12.548522
descriptionImplementation of Graham Hutton's A Tutorial on the Universality and Expressiveness of Fold in Rust.
homepagehttps://github.com/hbina/fuh-rs
repositoryhttps://github.com/hbina/fuh-rs
max_upload_size
id286604
size12,416
Hanif Ariffin (hbina)

documentation

README

fuh-rs

Fold Universality Hutton in Rust

Implementation of Graham Hutton's A Tutorial on the Universality and Expressiveness of Fold in Rust.

TODO

  1. While the author claims that fold have the universal property, what does it say when we still need some other constructs to do meaningful computations? For instance, we still need Vec for growable arrays, if-else for logic and basically all other non-fold operations.
  2. To that point, how to do if-else using fold?
  3. Return a generic Iterator instead of Vec.
Commit count: 0

cargo fmt