Re: Struct and sockets.

2015-08-06 Thread Alexander Burger
Hi Manuel, I've readed in the documentation about the native function and it's mapping between the result and a description of the result in Picolisp. So we can receive a C style structure and have it as a list. That's right. Can we do something similar when receiving binary data through a

Struct and sockets.

2015-08-06 Thread Manuel Cano
Hi all, I've readed in the documentation about the native function and it's mapping between the result and a description of the result in Picolisp. So we can receive a C style structure and have it as a list. Can we do something similar when receiving binary data through a network socket? I mean,