dwincort / UISF

A Haskell arrowized FRP library for GUIs
Other
20 stars 2 forks source link

UISF suitable for non-GUI purposes? #2

Open erikkaplun opened 8 years ago

erikkaplun commented 8 years ago

I really like the work done in your recent "Effects, Asynchrony, and Choice in Arrowized Functional Reactive Programming", but my goals are not primarily GUI oriented. So I'm wondering if UISF could and should rationally be applied to non-GUI domains, such as general data processing and microservice creation, or even something as general as Flow-based Programming.

dwincort commented 8 years ago

Thanks! I think putting these ideas to use in other practice spaces is a great idea, and it's something that I have wanted for a while. However, since publishing that paper, my research focus has shifted quite a bit (changes in position and funding will do that), and I just don't have the time right now to explore these things more.

erikkaplun commented 8 years ago

OK, thank you for that response! I understand reality kicks in sometimes, so for the time being, I will just keep in mind that it's something that could potentially interest you, not only me.