Too much Erlang

from blog Marek's idea of the day, | ↗ original
Marek's Marek's totally not insanetotally not insane idea of the day idea of the day 23 November 201223 November 2012 You know you had enough Erlang once your C code starts looking like this:You know you had enough Erlang once your C code starts looking like this: #define TUPLE_U8U8(a,b) \#define TUPLE_U8U8(a,b) \ (u16) (((u8)(a) << 8) | ((u8)(b) & 0xFF)) (u16) (((u8)(a) &lt;&lt; 8) | ((u8)(b) &amp; 0xFF)) ...... switchswitch......