Category talk:Tcl: Difference between revisions

Content added Content deleted
(→‎Tasks Unlikely to get Implemented: Three cheers for Tclers!)
Line 12: Line 12:
[[Parametric Polymorphism]]
[[Parametric Polymorphism]]
: Tcl doesn't have static typing, making this task ridiculously trivial/non-applicable.
: 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.