Chapter 5. Data Storage

It is not an overstatement to say that every software application processes some kind of data. Without data, an application's functionality would be rather modest, after all. Data can come from different sources—such as user input, network communication, and so on. It can also be stored locally on behalf of the application.

Knowing that data handling is an inevitable part of your code, this chapter will focus on it, and particularly on textual data. If you ask "why?", the answer is simple: binary data is rather simple and therefore simply boring—it is simply a sequence of bytes, and they can represent virtually anything. In case of text data, the situation differs—there are some common practices and libraries for processing ...

Get Tcl 8.5 Network Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.