From 6cada37a225134aec74aa9c25fba45efda8b5528 Mon Sep 17 00:00:00 2001 From: Glenn Jackman Date: Fri, 13 May 2022 14:44:20 -0400 Subject: [PATCH 1/3] Update notes-on-unimplemented-exercises.md --- notes-on-unimplemented-exercises.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/notes-on-unimplemented-exercises.md b/notes-on-unimplemented-exercises.md index d6f9f58f..4448d674 100644 --- a/notes-on-unimplemented-exercises.md +++ b/notes-on-unimplemented-exercises.md @@ -10,6 +10,7 @@ ## Merely unimplemented +* [killer-sudoku-helper][killer-sudoku-helper] * [ledger][ledger] - a tedious-to-create refactoring exercise * [lens-person][lens-person] @@ -18,6 +19,7 @@ * [paasio][paasio] - probably need to use the [`transchan`][transchan] command * [sgf-parsing][sgf-parsing] +* [state-of-tic-tac-toe][state-of-tic-tac-toe] * [tree-building][tree-building] - a tedious-to-create refactoring exercise @@ -25,9 +27,11 @@ [unimplemented]: https://tracks.exercism.io/tcl/main/unimplemented [lens-person]: https://github.com/exercism/problem-specifications/tree/master/exercises/lens-person [micro-blog]: https://github.com/exercism/problem-specifications/tree/master/exercises/micro-blog -[tcl-unicode]: https://wiki.tcl-lang.org/page/Unicode+and+UTF-tree-building +[tcl-unicode]: https://wiki.tcl-lang.org/page/Unicode+and+UTF-8 [ledger]: https://github.com/exercism/problem-specifications/tree/master/exercises/ledger [paasio]: https://github.com/exercism/problem-specifications/tree/master/exercises/paasio [sgf-parsing]: https://github.com/exercism/problem-specifications/tree/master/exercises/sgf-parsing [tree-building]: https://github.com/exercism/problem-specifications/tree/master/exercises/tree-building +[killer-sudoku-helper]: https://github.com/exercism/problem-specifications/tree/master/exercises/killer-sudoku-helper +[state-of-tic-tac-toe]: https://github.com/exercism/problem-specifications/tree/master/exercises/state-of-tic-tac-toe [transchan]: https://www.tcl-lang.org/man/tcl8.6/TclCmd/transchan.htm From 8d374b4630a7dbc9ab1a006f16cbd1fc83f28890 Mon Sep 17 00:00:00 2001 From: Glenn Jackman Date: Tue, 24 May 2022 17:28:52 -0400 Subject: [PATCH 2/3] update links in LEARNING --- docs/LEARNING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/LEARNING.md b/docs/LEARNING.md index 3b0f32e9..af628445 100644 --- a/docs/LEARNING.md +++ b/docs/LEARNING.md @@ -6,8 +6,8 @@ For that reason, learning [the basic syntax of Tcl](https://tcl.tk/man/tcl8.6/TclCmd/Tcl.htm) is quite easy. -For a hands-on tutorial, there is: - - https://learnxinyminutes.com/docs/tcl/ +For a hands-on tutorial: + - [Learn X in Y minutes: Tcl](https://learnxinyminutes.com/docs/tcl/) -For a comprehensive tutorial in more parts, there is: - - https://www.tcl.tk/man/tcl8.5/tutorial/tcltutorial.html +For a comprehensive tutorial in more parts: + - [the Tcl tutorial](https://www.tcl.tk/man/tcl8.5/tutorial/tcltutorial.html) From 42c41248015e660a4582643899d2df9b961fe2d5 Mon Sep 17 00:00:00 2001 From: Glenn Jackman Date: Tue, 24 May 2022 17:38:05 -0400 Subject: [PATCH 3/3] add link for paasio --- notes-on-unimplemented-exercises.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notes-on-unimplemented-exercises.md b/notes-on-unimplemented-exercises.md index 4448d674..5b49e8c3 100644 --- a/notes-on-unimplemented-exercises.md +++ b/notes-on-unimplemented-exercises.md @@ -18,6 +18,7 @@ - but this exercise could be about ways to access deeply nested dictionaries * [paasio][paasio] - probably need to use the [`transchan`][transchan] command + - [this stackoverflow question][tcl-tee] may provide a starting point * [sgf-parsing][sgf-parsing] * [state-of-tic-tac-toe][state-of-tic-tac-toe] * [tree-building][tree-building] @@ -30,6 +31,7 @@ [tcl-unicode]: https://wiki.tcl-lang.org/page/Unicode+and+UTF-8 [ledger]: https://github.com/exercism/problem-specifications/tree/master/exercises/ledger [paasio]: https://github.com/exercism/problem-specifications/tree/master/exercises/paasio +[tcl-tee]: https://stackoverflow.com/q/72352064/7552 [sgf-parsing]: https://github.com/exercism/problem-specifications/tree/master/exercises/sgf-parsing [tree-building]: https://github.com/exercism/problem-specifications/tree/master/exercises/tree-building [killer-sudoku-helper]: https://github.com/exercism/problem-specifications/tree/master/exercises/killer-sudoku-helper