Description:
Discussion about Forth.
|
|
|
Look for - Where?
|
| |
I primarily use Win32forth, and occasionally I come across code written in other versions and there are words - definitions not used in win32forth. So, where can I go to look up these words and see what it is they do? e,g, /split I have used a similar word in Perl but it is not in win32forth. Frank... more »
|
|
GVBE01 - Graphics: VESA BIOS Extensions Part I
|
| |
---[ Graphics: VESA Bios Extensions Part I ]----------[05/10/2008]--- by Timothy Trussell ---[ Where We Are ]----------------------------- --------------------- My previous three series of columns, Graphics of the First, Second and Third Kinds, all utilized the same video mode, 13h, working with... more »
|
|
Euler problem #187
|
| |
That was another relatively easy one (or I would not have done it), and it seems to be one of those that had not been solved by any of the other registered Forth users (there is an advantage to us being so few). On a 3GHz Xeon 5160 takes 3.65s on gforth-fast and 3.32s on iForth. I guess that the Sieve is running into the memory wall, that's why the... more »
|
|
Forth Philosophy
|
| |
I recently ran into some websites that seem to me to relate to or contrast to the basic philosophy behind Forth, so I thought I would share them. The Graphing Calculator Story [ [link] ] Worse Is Better [ [link] ] [ [link] ]... more »
|
|
Euler problem #48
|
| |
INCLUDE ../bignum/factor.frt (* The series, 1^1 + 2^2 + 3^3 + ... + 10^10 = 10405071317. Find the last ten digits of the series, 1^1 + 2^2 + 3^3 + ... + 1000^1000. *) ... CR ." The last ten digits of the series 1^1 + 2^2 + 3^3 + ... + 1000^1000 are " 1000T ; ... CR ." 1^1 + 2^2 + 3^3 + ... + 1000^1000." ;... more »
|
|
SMTP Protocol
|
| |
Anyone other than Jos, 4ePost.f, do any work involving communcation with an SMTP server? Having a problem with my header fields, I think, since no copies are sent, just the original destination. Frank
|
|
HolonT - a Forth IDE for Tcl
|
| |
HolonT is a new Holonforth system that creates Tcl applications. HolonTForth uses Tcl as its native language. With HolonT you have the Tcl universum available in Forth. Why Tcl? Tcl offers everything I could possibly want. Strings, lists, regular expressions, fine graphic tool kits (Tk and others), web... more »
|
|
Euler problem #63
|
| |
Still small enough to solve in a few lines: [link] \ Problem: \ The 5-digit number, 16807=75, is also a fifth power. Similarly, the \ 9-digit number, 134217728=89, is a ninth power. \ How many n-digit positive integers exist which are also an nth power?... more »
|
|
|