Description:
Discussion about Forth.
|
|
|
ANN :R4 New Version
|
| |
I publish a new version of :r4 in the developer blog [link] A new blog (in english) of :r4 programing by Manuel Cornes is in [link] I add the WinCe version (pocketPC), manuals in French, English and Spanish and some Videos. For those who not know :r4, is a languaje inspired in ColorForth, not ANS, games-friendly, created... more »
|
|
Shorter/better way to do this?
|
| |
I have a string of integer values: p1<p2<p3<p4...<p8 and a reference value lndx I have a code snippet that I have to do this way begin p8 lndx < while 0 p1 sieve c! 0 p2 sieve c! 0 p3 sieve c! 0 p4 sieve c! 0 p5 sieve c! 0 p6 sieve c! 0 p7 sieve c! 0 p8 sieve c! x1 p1 + to p1 x1 p2 + to p2 x1 p3 + to p3 x1 p4 + to p4... more »
|
|
Custom Forth Baised Web Applications
|
| |
Hi, I was pondering the possibility of creating a custom Forth based web app. This instead of writing it in PHP. How might one go about doing this. It would be hosted on a Unix server and use some sort of database connectivity, perhaps mySQL. Jason
|
|
SNAP, SnapForth, etc.
|
| |
I have a Matsushita Quasar/Panasonc HHC 6502 handheld from 1982. It has SNAP, an interpreted language extendable by the owner and SnapForth is a PROM along with SnapBASIC and Scientific Calculator (RPN for some reason ;-). I have been wondering who did the work and what it was based on. It is a nice... more »
|
|
Hi folks anything hppened while I was away?
|
| |
Hi I been doing a lot on the physics groups, and have not put much into the nibz processor recently. But as I know some of you are engineers I thought the following paper I produced would be enlightening. Goto [link] Accept adult warning which has not been switchd off yet, download... more »
|
|
A/B registers in Forth
|
| |
Last Wednesday, the German IRC channel ( #forth-ev ) had an interesting discussion on the usefulness of A and B registers in Forth. I was very sceptical, but decided to do an experiment. In iForth32 there are no free registers for A and B, and in iForth64 I did not want to invest the time for a full implementation. Therefore I decided to emulate A and B... more »
|
|
New fsl-util file for PFE and Gforth
|
| |
A new fsl-util file which works with both PFE and Gforth, developed by Krishna Myneni with contributions from David Williams and Guido Draheim, has been added to the auxiliary files for the Forth Scientific Library. It is based on, and replaces, the file by Skip Carter for PFE. The original file for Gforth alone is still in place. I expect it may be... more »
|
|
8080 Forth?
|
| |
I guess I shouldn't be surprised. I was thinking that there were still plenty of the old timers here who would still have their 8" CP/M systems running occasionally. I don't have any way to get data from another medium onto the 8" floppies for the IMSAI. A simple serial boot loader put in from the front... more »
|
|
|