2009-08-07 Erlang でありがちなミスをしてしまった erlang self() は spawn の外でやらないとね。 spawn(fun() -> hoge(self()) end)), receive {ok, Result} -> Result end.