Re: Project proposal -- Forth project organiser



jacko wrote:
hi

my favorite interface would be click the word name and the download
compile of the word happens.

Sounds much too manual. You may need dozens of words, and it's a great hassle to repeat every time you compile. Why 'compile'? If you download anything it should be source text. Then you can integrate it with your application and adjust as needed.

option to call the word by various requested or provided names, and
also the option to provide an interface wrapper layer of word(s), which
also download the word.

Don't understand this one. How can a word have 'various' names? Wrappers are sometimes necessary; you could have a list of wrappers for common Forth variants, or provide a local one yourself. All that would be easier if you're dealing with source, which is the preferred distribution medium in Forth anyway.

this allows easy usage of pre defined library words, change of
interface with transparrent integration, and stats on name preferrred
by users.

What we need is to encourage convergence on single names for single functions, not more naming diversity.

Cheers,
Elizabeth

--
==================================================
Elizabeth D. Rather (US & Canada) 800-55-FORTH
FORTH Inc. +1 310-491-3356
5155 W. Rosecrans Ave. #1018 Fax: +1 310-978-9454
Hawthorne, CA 90250
http://www.forth.com

"Forth-based products and Services for real-time
applications since 1973."
==================================================
.



Relevant Pages

  • Re: Project proposal -- Forth project organiser
    ... my favorite interface would be click the word name and the download ... compile of the word happens. ...
    (comp.lang.forth)
  • Re: creaping coupling......
    ... but it is a more strict contract than required. ... "I am capable of implementing things via interface XYZ i.e. ... consider specifically that we compile, deploy and then we delete a method to ... IWriteable pipe = new Pipe; ...
    (comp.object)
  • Re: Separate compilation and access to small integer data in other programs
    ... integers as part of its interface those integers are ... intention is that the constants not be resolved at compile time but at ... int AA_CONST1 = 1; ... extern int unix_sys_open; ...
    (comp.lang.c)
  • Re: Code Review requested: Postscript Interpreter
    ... or constraint checking functionality to a subset of an interface. ... quite tedious to enable trace messages for only a subset of functions, ... You can in essence compile ... I definitely recommend using the single file approach for major ...
    (comp.lang.c)
  • Re: ActiveX.exe question
    ... > the public interface still need registered in order to use them. ... Compile AXExe.exe against a Share on the TestPC ... Open a Standard-Exe-Project on your DevelopPC and name it AXTest ... Compile AXTest.exe against the Share on the TestPC ...
    (microsoft.public.vb.general.discussion)