Version 0 of Tcl vs POSIX - what functionality is missing

Updated 2004-11-30 18:20:58 by lwv

Purpose: discuss what POSIX functionality is missing from Tcl.

Tcl is often promoted as a cross-operating system programming language. POSIX is the Portable Operating System Interface (what's the X?).

The POSIX functions are supported, to various degrees, across many different platforms. How does Tcl's default functionality map to the POSIX description of a portable Operating System?

In theory, one should be able to get to most aspects of POSIX from the Tcl language without resorting to writing one's own extension. At worst case, there should be easy access to one or more extensions that provide access to all of the POSIX standard functionality.


Category Discussion