Version 7 of Lorance

Updated 2011-09-22 23:22:40 by Lorance

Lorance Stinson <LoranceStinson AT gmail .....>

I am relatively new to Tcl but am rather enjoying it.

I have some projects on GitHub .

Projects here:

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 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 GitHub and at Vim.org
  • jSQLsh - SQLite shell written for Jim Tcl. It can be found at GitHub