Category talk:Tcl: Difference between revisions

Line 3:
 
[[BNF Grammar]]
: Tcl's got a grammar, but it only works at the level of the base language syntax, and that's just not a level that Tclers think about that much. (For example, it doesn't tell you anything about <code>while</code>, let alone that it has an embedded block of code.) It is also about as difficult to write down as reimplementing the Tcl parser in another language.
[[Constrained Genericity]]
: This is a specialization of the Parametric Polymorphism task, so all comments there apply here too.
Anonymous user