orbitz <orbitz@REDACTED> writes: > I'm trying to implement a protocol and one of the aspects of the > protocol is the ability to transmit cyclic data. Erlang's nature > seems to only allow tree-structures. Is there anything I can do to > handle this? You could take a look at the 'digraph' module in OTP. The basic trick is to use ETS.