Open rmunn opened 6 years ago
Yeah, I've been struggling a lot with the FRP approach, chiefly because of my lack of experience with such an approach. Do you perhaps have any experience with FRP? And if so, would you be willing to help us re-design this exercise to use proper FRP?
I don't have any experience with FRP myself either, so I'm perhaps not the best person to work on this. A couple resources that might be useful: a good intro to FRP concepts in Javascript, and the Gjallarhorn library which is designed to take the Observable stuff from .Net and make it more idiomatic F#. IMHO, Gjallarhorn might be the best library to use for this exercise, as the Gjallarhorn documentation is actually accessible (as opposed to the Observable docs, which are about as dense as an overgrown jungle, and about as inaccessible as that jungle as well).
exercism f fsharp
to fetch the hangman exercise (if you're at that point).