Questions tagged [netwire]

Efficient and flexible wire arrows for functional reactive programming and other forms of locally stateful programming.

Netwire is a library for functional reactive programming, which uses the concept of arrows for modelling an embedded domain-specific language. This language lets you express reactive systems, which means systems that change over time. It shares the basic concept with Yampa and its fork Animas, but it is itself not a fork and has many additional features.

31 questions
0
votes
1 answer

Wiring/ArrowLooping every element in a list with every other element in the list

I asked a question about this earlier but I don't think I really knew what I was asking. I think I understand my problem slightly better now. I'm using netwire, an arrowized FRP library, and having some trouble getting this arrowloop implemented. I…
Justin L.
  • 12,961
  • 4
  • 44
  • 79
1 2
3