[erlang-questions] Time for OTP to be Renamed?

Vance Shipley vances@REDACTED
Sun Feb 16 10:52:31 CET 2014


On Sun, Feb 16, 2014 at 10:40:52AM +0100, Joacim Grebenö wrote:
}  The gen_server takes away all the fun.

It does, true.  If you want to write pure Erlang and still play
by the (OTP) rules you can use plain_fsm(*) or sys_fsm(+) or 
write it yourself.  Not using OTP behaviours is just harder to
get right and much less tested.

(+) http://erlang.org/pipermail/erlang-questions/2004-February/011405.html
(*) http://erlang.org/pipermail/erlang-questions/2005-April/015226.html

-- 
	-Vance



More information about the erlang-questions mailing list