Category talk:Tcl: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Tasks Unlikely to get Implemented: Three cheers for Tclers!)
(Doubly-linked List is now implemented)
Line 6: Line 6:
[[Data Representation - Specifying Minimum Size]]
[[Data Representation - Specifying Minimum Size]]
: This requires setting extremely low-level details.
: 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]]
[[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.
: Need the concept of proof in the language for this, and this is really an area that Tcl doesn't address.

Revision as of 13:18, 26 May 2009

Tasks Unlikely to get Implemented

This is a short discussion of the tasks that are marked with the omit template. —Dkf 09:14, 21 May 2009 (UTC)

Constrained Genericity

This is a specialization of the Parametric Polymorphism task.

Data Representation - Specifying Minimum Size

This requires setting extremely low-level details.

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.