Summary

In this chapter, we learned about some of Tcl features that are needed in order to progress to more advanced topics covered from next chapter on.

We've presented how Tcl handles dates and times, which is very similar to other programming languages. However, the ability to parse human readable date, time, and scheduling definitions is something specific to Tcl and is considered to be a very powerful feature.

We also talked about the internals of Tcl, and how variables and data types are managed, focusing on the fact that even though Tcl can store everything as a string, internally it optimizes objects based on the way we access them throughout our code.

We also discussed object oriented programming and how Tcl 8.5 standardizes the approach ...

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.