27.10.2013 Views

5 - Forth Interest Group

5 - Forth Interest Group

5 - Forth Interest Group

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

LYONS' DEN<br />

In the course of implementing the<br />

FIG model on my computer I have<br />

noticed that the word NOT is in the<br />

assembler vocabulary but not in the<br />

high level glossary. Instead 01 is<br />

used for logical negation in high<br />

level code. Defining NOT as a<br />

synonym for O= in the main kernel<br />

glossary might be useful. Code would<br />

be a little more readable by disting-<br />

uishing between the operations of<br />

testing whether a number on the stack<br />

from a mathematical formula is zero,<br />

and logically negating a boolean flag<br />

left on the stack by a relational<br />

operator, even though the code used<br />

to perform these two operations is<br />

the same. But a stronger need for a<br />

high level NOT occurs when floating<br />

point or other data types in addition<br />

to the standard integer type is imple-<br />

mented by a vocabulary containing<br />

redefinitions of the mathematical<br />

operators. In that case a new 01<br />

would be defined to test, say, whether<br />

a floating point number were zero, and<br />

this new O= could not be used for log-<br />

ical negation. Of course, the exist-<br />

ing practice seems to be to define<br />

new operators with unique names such<br />

as FO= instead of redefining the<br />

kernel names, avoiding this problem.<br />

Also, a user can always add a synony-<br />

mous NOT to the FORTH vocabulary<br />

before redefining 0- and the other<br />

operators in the vocabulary for a new<br />

data type. Once using NOT in code<br />

written in the terminology of the new<br />

vocabulary, however, one might as<br />

well use it for code in the kernel<br />

terminology as well, and then such<br />

could not be compiled by the standard<br />

kernel. So, why not add a NOT?<br />

George B. Lyons<br />

Jersey, City, NJ<br />

ARE YOU A - - -- - --- FIGGER?<br />

YOU CAN BE!<br />

RENEW TODAY!<br />

EMPLOYMENT WANTED<br />

Chairman of the FORTH Bit Slice Implr-<br />

mentation Team (4th BIT) desires a<br />

junior programmer position working in<br />

a FORTH environment. (Also know<br />

COBOL & BASIC.)<br />

Contact: Martin Schaaf<br />

202 Palasades Dr.<br />

Daly City, CA 94015<br />

(415) 992-4784 (eves.)<br />

HELP WANTED<br />

HELP 4TH BIT<br />

With the implementation of a FORTH<br />

machine in AMD bit slice technology.<br />

If you're a hardware or microcode<br />

expert we can use your help. (This<br />

is a volunteer FORML project.)<br />

Contact: Martin Schaaf<br />

Chairman, 4th Bit<br />

202 Palasades Dr.<br />

Daly City, CA 94015<br />

MEETINGS<br />

LA fig User's <strong>Group</strong><br />

October 1980<br />

The LA group continued to experi-<br />

ment with format on its second<br />

meeting. It will continue to meet on<br />

the fourth Saturday each month at the<br />

Allstate Savings and Loan located at<br />

8800 S. Sepulveda Blvd., 1/2 mile<br />

north of the LA airport.<br />

The agenda this month called for a<br />

FIG meeting at 11, lunch at noon, and<br />

a FORML session at 1 patterned after<br />

our northern neighbors.<br />

FORTH DIMENSIONS II/5 Page 135

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!