advantages applying functional reactive programming

410 views
Skip to first unread message

julius yu

unread,
Oct 28, 2013, 11:54:36 PM10/28/13
to elixir-l...@googlegroups.com
Hi,

I am new to elixir, does elixir have any advantages to apply the function reactive programming.

Thanks

Julius

José Valim

unread,
Oct 29, 2013, 3:23:23 AM10/29/13
to elixir-l...@googlegroups.com
Elixir is built on top of Actors which are part of functional reactive programming. After all, your actors are reacting to messages all the time.

We also have a Stream module which provides a way to lazily apply functions which is also seen in many reactive functional programming tools. However, currently there is no built-in support to "connect" the actors with those lazy functions. But the pieces are there if someone want to explore more of FRP.

And if anyone else is interested on the topic, you may find this interesting: https://www.coursera.org/course/reactive





José Valim
Skype: jv.ptec
Founder and Lead Developer


--
You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-ta...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages