Functional Reactive Programming
wiki.haskell.org
Functional Reactive Programming
1–10 of 121 posts
Re: Functional Reactive Programming
#2Re: Functional Reactive Programming
#3Re: Functional Reactive Programming
#4FRP is a fascinating paradigm, but I find I really have to turn my brain inside-out to "get" it. But it's really cool to have UIs that are completely consistent.
Re: Functional Reactive Programming
#5What are the easiest FP language to learn ? I checked multiple time Haskell but it seems really hard
Re: Functional Reactive Programming
#6I learn FP throught ELM and I really enjoyed it. Unfortunately the language seems dead. What are the easiest FP language to learn ? I checked multiple time Haskell but it seems really hard
Re: Functional Reactive Programming
#7I learn FP throught ELM and I really enjoyed it. Unfortunately the language seems dead. What are the easiest FP language to learn ? I checked multiple time Haskell but it seems really hard
Probably Purescript in the frontend (also hard) or Scala on the backend (easier, because you can also write impure code).
Re: Functional Reactive Programming
#8FRP is a fascinating paradigm, but I find I really have to turn my brain inside-out to "get" it. But it's really cool to have UIs that are completely consistent.
The funny thing is that good ole MVC also gave us UIs that are completely consistent.
Re: Functional Reactive Programming
#9I learn FP throught ELM and I really enjoyed it. Unfortunately the language seems dead. What are the easiest FP language to learn ? I checked multiple time Haskell but it seems really hard
Re: Functional Reactive Programming
#10FRP is a fascinating paradigm, but I find I really have to turn my brain inside-out to "get" it. But it's really cool to have UIs that are completely consistent.
The funny thing is that good ole MVC also gave us UIs that are completely consistent.