Category talk:Tcl

From Rosetta Code
Revision as of 09:13, 21 May 2009 by rosettacode>Dkf (Discuss unimplemented tasks)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Tasks Unlikely to get Implemented

Constrained Genericity

This is a specialization of the Parametric Polymorphism task.

Data Representation - Specifying Minimum Size

This requires setting extremely low-level details.

Doubly-Linked List

This task should probably go away in favour of smaller tasks (which Tcl has implemented...)

Evens Sum To Even

Need the concept of proof in the language for this, and this is really an area that Tcl doesn't address.

Parametric Polymorphism

Tcl doesn't have static typing, making this task ridiculously trivial/non-applicable.

Pattern Matching

Tcl's types are not algebraic, so implementation would need interesting much work.