<br><br><div class="gmail_quote">On Thu, Feb 26, 2009 at 4:25 PM, Zvi <span dir="ltr"><<a href="mailto:exta7@walla.com">exta7@walla.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Steve,<br>
you definitely at drinking kool aid stage.<br>
<br>
I love Erlang, it's practical language, but it's syntax and semantics can't<br>
be called beautiful.<br>
The biggest problem is overlap and impedance mismatch between various levels<br>
of the language/platform:<br>
<br>
1. i.e. sequential/functional Erlang:  MFA<br>
2. processes and message passing<br>
3. OTP gen_server<br>
<br>
i.e. I can write:<br>
<br>
Res = my_mod:my_fun(Args)<br>
<br>
or<br>
<br>
Pid = spawn(my_mod, start),<br>
Pid ! {my_fun,Args},<br>
Res = receive Res -> Res end.<br>
<br>
or<br>
<br>
{ok,Pid} = gen_server:start(my_mod,[],[]).<br>
Res = gen_server:call(Pid, {my_fun, Args}).<br>
</blockquote><div><br>I there any obstacle to make in module 'my_mod' function 'my_fun' to deal with your requirements in all cases?<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
compare this with Reia:<br>
<br>
Res = MyClass.MyMethod(Args)<br>
<br>
<br>
Another big problem with Erlang, that, while it makes implementation of hard<br>
things easy, the easy things are sometimes hard to implement in Erlang.<br>
<br>
Zvi<br>
<font color="#888888"><br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://www.nabble.com/The-Beauty-of-Erlang-Syntax-tp22179816p22226430.html" target="_blank">http://www.nabble.com/The-Beauty-of-Erlang-Syntax-tp22179816p22226430.html</a><br>
Sent from the Erlang Questions mailing list archive at Nabble.com.<br>
</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>--Hynek (Pichi) Vychodil<br><br>Analyze your data in minutes. Share your insights instantly. Thrill your boss.  Be a data hero!<br>Try Good Data now for free: <a href="http://www.gooddata.com">www.gooddata.com</a><br>