TclForth icon indicating copy to clipboard operation
TclForth copied to clipboard

Multi-platform desktop Forth based on Tcl/Tk

Results 4 TclForth issues
Sort by recently updated
recently updated
newest added

Change font (type and size) directly in the Console: Create new font (Tcl): tcl font create Large -family Courier -size 20 Change font, make it active (Forth): "-font Large" Console...

The OSX archive expander sometimes claims that the downloaded TclForth.app is damaged, when you start it. Other Zip expanders, e.g. **Stuffit Expander** or **BetterZip**, deliver a working app.

## Question TclForth has no CREATE DOES>. How, then, would you implement this Forth example, from (http://rosettacode.org/wiki/One-dimensional_cellular_automata#Forth). ``` : init ( bits count -- ) 0 do dup 1 and...

(Discussed in comp.lang.forth) Classic (standard) Forth systems are remarkably consistent in using techniques invented 40 years ago. For instance, the classic interpreter still executes command lines word by word. I...