Skip to content

Releases: wejgaard/TclForth

TclForth v0.7.0

21 Feb 16:02
cc22e69
Compare
Choose a tag to compare

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
```