in erlang you can define an anonymous function the following way:
FUNCNAME = fun(X) -> 10*X end.
and you can use it like this:
FUNCNAME(11).
Highscalability is Up For Sale
-
Hi everyone,
First, I’d like to sincerely thank everyone who has supported
Highscalability over the years.
We’ve grown together through some interesting...
1 year ago