Notes from January 2002 Meeting


CH Ting:

eForth Technology in Taiwan
WINeForth
Chinese character generator - 300K
Recoding U< and <
Bill Mensch's implementation:
: U<    ( n n - f )
        2 dup xor 0<
        if  nip 0< exit
        then - 0<   ;
: <     ( n n - f )
        2dup xor 0<
        if  drop 0< exit
        then - 0<   ;
Better implementations:
code u< - ifnc 0 else -1 then
: <     ( n n - f )
        80000000 + swap 80000000 + swap u< ;

Forth features:


Embedded Systems Conference
http://www.esconline.com

PCB Design Conference
http://www.pcbwest.com

Uniform Computer Information Transactions Act Info (UCITA)
http://www.infoworld.com/ucita

Using Win32Forth for Graphics and parallel arithmetic
http://home01.wxs.nl/~josv/

Win32Forth list
Contact John Peters - johnpeters@pacbell.net

FIG UK - publishes ForthWrite magazine
http://www.fig-uk.org

Instant Tourist Guide to the Forth Dimension
http://www.dolfina.org/tutorials

Arc fault circuit interrupter
http://home1.gte.net/sselect/news/page3.html
http://www.squared.com/us/internet/product.nsf/unid/5D4B2C481A4181BE8525692F005014D3/$file/ArcDTect.htm http://www.cpsc.gov/cpscpub/pubs/afci.html

Virtual Network Computing is a remote display system which allows you to view a computing 'desktop' environment not only on the machine where it is running, but from anywhere on the Internet and from a wide variety of machine architectures.
http://www.uk.research.att.com/vnc/index.html

Forth on the WebRing
http://t.webring.com/hub?ring=forth