Skip to content

Instantly share code, notes, and snippets.

@malomalo
Created July 13, 2009 05:59
Show Gist options
  • Save malomalo/145960 to your computer and use it in GitHub Desktop.
Save malomalo/145960 to your computer and use it in GitHub Desktop.
A(MasterPid, N) ->
Result = B(N),
MasterPid ! {self(), Result}.
% B is tail recursive
B(N)....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment