Garuda (Eagle Package for Tcl) is a stubs-enabled native package for Tcl that allows Eagle to be loaded and used by Tcl 8.4 or higher on Windows. Now available via the ActiveState Teapot repository, [http://teapot.activestate.com/package/name/Garuda/ver/1.0/arch/win32-ix86/details%|%here%|%]. To install the Garuda package from there, the command '''teacup install Garuda''' can be used. From the README: The sources may be built from inside the Microsoft Visual Studio 2005 (or higher) integrated development environment. Alternatively, they may be built using the corresponding command line build environment. Installing this package requires Tcl 8.4 or higher. To install Garuda, copy the distribution files to a directory and make sure that directory is listed in the Tcl "auto_path" variable. ---- Loading and using this package requires Tcl 8.4 or higher and the latest release of Eagle. To load Garuda, execute the following Tcl command: package require Garuda By default, this will load and startup the CLR, setup the bridge to Eagle, and provide the package to the Tcl interpreter. After the package has been loaded, the [[garuda]] command can be used to query and control various aspects of the bridge between Eagle and Tcl. After the bridge between Eagle and Tcl has been setup, the [[eagle]] command can be used to evaluate Eagle scripts. <>Language|Tcl Implementations|Windows|Package