[erlang-questions] erlang improvement - objective c (or smalltalk) syntax

Richard O'Keefe ok@REDACTED
Sat Jun 6 07:50:49 CEST 2009


By the way, it's time to point out that since a function call
f(X) may be an argument of a function, "<keyword> :" isn't going
to work.  How are you going to tell
	g(foo : f(X))		% keyword foo, call f(X)
from
	g(foo:f(X))		% no keyword, call foo:f(X)

Something like Ada's => might work though.



More information about the erlang-questions mailing list