Functional GUI programming

The question "Is Functional GUI programming possible?" was asked three years ago, a lot has changed since then. Things like the RX framework must have changed the way functional GUI programming can be done (in .NET at least). Clearly it is possible to do functional GUI programming; what would be the current best practice for it?

Edit to address the On Hold status:

What are the ways that you can do GUI programming in F#? Particularly are there any new approaches that did not exist when the question "Is Functional GUI programming possible?" was asked. What have been peoples experiences with these approaches? Positive and negative. Examples of what works and what doesn't would be great.


也许检查FsXaml和FsViewModule并观看Reed Copsey的相关视频演示

链接地址: http://www.djcxy.com/p/42932.html

上一篇: 真实世界Haskell的哪些部分现在已经过时或被认为是不好的做法?

下一篇: 功能性GUI编程