Menu

#Hylic

1 post

Feed
1 of 1 post
📰
0

Hylic: A composable recursion system for Rust (separating tree, fold, and execution)

Reddit r/rust·u/simleiiiii·about 1 month ago
#C1JenIk9
#hylic#recursion#docs#fold#article#discussion

I’ve been working on a Rust library, and published yesterday, that decomposes general recursion, into three independent parts: * **Tree/Graph** structure (*Nodes* and their child nodes; DAG only) * **Fold** logic (three closures: *initialize* intermediate…

15s
Read More