programming tools for Windows applications development
  Home  |   SwiftForth Archive  |   SwiftX Archive  |

Re: Improvements

From: Gene LeFave <gene_at_tekdata.com>
Date: Wed, 30 Apr 2003 10:50:46 -0500

Wish List:

A resource editor, to graphically design windows.

Allow any size program ICON file.

XML support I've tried a lot of approaches but basically it comes down to the
system keeping track of what tags are open, formatting attributes correctly and
automatically, and escaping strings correctly. It would be nice to have a consistent,
built in, mechanism to do this, so the programmer (me) does not have to constantly
worry about keeping XML well formed.
The reverse is also needed. A general way to interpret an XML file.

Use my version of SWOOP so that defining words work inside object definitions.

Use the Wil Baden CASE rather then the Eaker CASE. ( allows IF ELSE )
       CASE IF ELSE
                        IF ELSE
                        OF ENDOF
                        OF ELSE
                        ENDCASE
I also like WHILECASE and REPEATCASE (Ed Borasky FD Nov 1996)

Add RETRY (tail recursion) Forth Dimensions XVII#4 Richard Astle

How about compiler macros? These appeared in a series of FD articles, I think they
were first proposed by Will Baden also. My memory is a little vague here.

In general, I think that anything that makes SwiftForth more compatible and
interoperable with other languages and systems is a very good idea.

Gene

----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe" to sftalk-request_at_forth.com
For list command help, send subject "help" to sftalk-request_at_forth.com
Message archives are located at http://www.forth.com/archive/sftalk
----------------------------------------------------------------------
This list is a forum for SwiftForth users. For product support and bug
reports, please send email to support_at_forth.com
----------------------------------------------------------------------
Received on Wed Apr 30 2003 - 09:00:43 PDT

This archive was generated by hypermail 2.2.0 : Wed Jan 07 2009 - 03:04:08 PST