[erlang-questions] Erlang 3000?
mats cronqvist
masse@REDACTED
Sun Nov 16 16:25:20 CET 2008
"damien morton" <dmorton@REDACTED> writes:
> Is there anything you can do with an if statement that cant be done with a
> case statement?
no.
and there is nothing you can do with a 'case' that you can't do with
a 'try'.
i think a reasonable goal for Erlang v2 (Etwo?) is to get rid of
cruft like 'if', 'case', 'catch', 'and', 'or', the old guards
etc. and perhaps provide a more consistent API to the libraries (in
a new namespace?)
mats
More information about the erlang-questions
mailing list