Skip to content

TclForth v0.7.0

Latest
Compare
Choose a tag to compare
@wejgaard wejgaard released this 21 Feb 16:02
· 32 commits to master since this release
cc22e69

TclForth.zip contains 32-bit executables for Windows and OS-X and Linux as well as the source files.

  • Windows: Run tclforth.exe

  • OS-X: Run tclforth.app - please note issue #4

  • Linux: Run tclforthx in a terminal. In the Tcl console:

    cd <source-directory>
    source tfmain.tcl

In 64-bit systems (and also 32-bit ...) load the source files into the Tcl/Tk system present in your OS.

   cd <source-directory>
   tclsh tfmain.tcl
```