8000 Home · clj-commons/gloss Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
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.

Documentation

Examples

Clone this wiki locally
0