Unimplemented exercises in Tcl on the Exercism Track maintenance tool.
- micro-blog
- Default builds of tclsh cannot handle emojis
- see Unicode and UTF-8 in the Tcl wiki, particularly the discussion on AndroWish
- bottle-song
- ledger
- a tedious-to-create refactoring exercise
- lens-person
- Tcl does not have immutable data
- but this exercise could be about ways to access deeply nested dictionaries
- paasio
- probably need to use the
transchan
command - this stackoverflow question may provide a starting point
- probably need to use the
- sgf-parsing
- tree-building
- a tedious-to-create refactoring exercise