Ask HN: Functionnal programming for UI?
https://news.ycombinator.com/item?id=2079210Hello,
I wanted to make a complete javascript web client. The standard usage with imperative language is to use the MVC pattern. I used object oriented programming but the javascript syntax for OOP was a really poor experience. I had the feeling that using a functionnal paradigm would had fitted better with js.
I know HN was done with Ark a functional programming language. So I wonder if an MVC pattern was done under the hood? May be there is a good recommendation or a known pattern that help making UI under a functional programming paradigm?