Lorance Stinson I am relatively new to Tcl but am rather enjoying it. I have some projects on https://github.com/LStinson%|%GitHub%|%. '''Projects here:''' * [Tagma Debugger] - Simple TCL debugger. Rewrite of another I found here. * [Tagma Tips] - Tool Tips for GVim. (Initially for Tcl ;-) * [Nagelfar-Vim] - Integrate Nagelfar with Vim. '''Projects Elsewhere:''' * Vim Tcl Syntax File - I disliked the existing [Vim] syntax files for Tcl, so I heavily modified an existing one. It is still a work in progress, but it has better highlighting. It also uses many more colors than the others. I designed it for my own color file, which has a wider variety of colors, but it should work OK with others. It can be found in my https://github.com/LStinson/Vim%|%Vim GitHub Repository%|%. * Vim Tcl Shell - A Tcl Shell for [Vim]. It presents a shell like window and executes Tcl code using the builtin Tcl interpreter. It can be found at https://github.com/LStinson/TclShell-Vim%|%GitHub%|% and at http://www.vim.org/scripts/script.php?script_id=3750%|%Vim.org%|% <>Person