Description:
Discussion about Forth.
|
|
|
forthday proceedings
|
| |
request to jeff .. how about some headlines .. sidelines .. and long lines on this saturday's presentations, deliberations, discussions ? and videos too :-))
|
|
Language X, not Forth ?
|
| |
starting new thread as a newer incoming member to all things forth, it is very puzzling to me why such a marvellous language is able to fire up most microchips but not fire up the programmers/users community it will not be forth but a language built on top of it ? Language X ?? (maybe a language which evolved... more »
|
|
Randomizer port gone wrong..
|
| |
Hi! I've been trying to convert this randomizer to Forth, but somewhere I seem to go wrong. Can somebody see anything I overlooked? create Q 41790 cells allot 41790 value indx 362436 value carry 1236789 value xcng 521288629 value xs ... 41790 0 do 7010176 Q i th @ um* carry 0 d+ invert Q i th ! to carry... more »
|
|
Brain freeze. Trouble naming a word.
|
| |
What would be the proper way to name a word which will print a signed number with the sign? ie. +5 -12 +0 instead of no sign for positive numbers and zeros? Fred
|
|
MainLoop of iForth mind.frt supercomputer AI
|
| |
The mind.frt AI in iForth and the older mind.f AI in Win32Forth have the luxury of a top-down, Main Loop mind-design because they are based on an original Theory of Mind providing the definitive cognitive architecture which bottom-up designs lack. Purpose of MainLoop The Main Loop serves as both the start of the Mind... more »
|
|
Is such usage portable?
|
| |
char ! parse hello, world! S" TYPE" EVALUATE Is the above usage a) portable b) standard? gforth prints "hello, world", so does Win32Forth. The trick is that the text to print is in the input buffer, but the word TYPE executes after changing the input source.
|
|
MSP430_Forth_Apps
|
| |
Hi, I am using TI MSP430 devices for instrumentation and control in KU Laser Research Laboratory . I wanted to use Forth for quick prototyping and manufacturing. Tried, without success in limited times, SwiftX, and v4th, etc. Now, I am willing to work on that again. I would appreciate people sharing their experiences/ experiments with... more »
|
|
continued fractions
|
| |
I have a copy of Nathaniel Grossman's article in FIG (Sept/Oct 1984) discussing continued fractions, but his program was for 16-bit Forth-83, and generated 16-bit results. I am in the process of upgrading this to 32-bit ANS-Forth to generate 32-bit results. Has anybody done this already?
|
|
Need FORTH help
|
| |
I am working on a project which has to be done in FORTH, I would love to get some help from a good FORTH programmer.. Payment can be made directly via paypal.. URGENT!!
|
|
|