You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ztellman edited this page Dec 17, 2010
·
17 revisions
Dealing with raw bytes is a pain, but there are a number of situations where it can be necessary:
Interfacing with C libraries
Communicating via custom network protocols
Compressing data structures to their most compact representation
Gloss tries to make things simple, by automatically transforming a simple specification of a byte format into both an encoder and a streaming decoder. It is built into Aleph, where it can greatly simplify communicating via complex protocols.