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: 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)
  • Re: RAD vs. performance
    ... thus they fulfull the number interface and can be used interchangeably. ... I'm not about to ditch statically typed languages ... Because you need whole-program optimisation for a start. ... The benefits of static typing come at compile time. ...
    (comp.lang.misc)
  • Re: Is Direct3D a rip-off of OpenGL?
    ... People who think that a method change in a NEW INTERFACE in DirectX really ... Moving to use a NEW INTERFACE, ... > ago simply isn't going to compile with the latest SDK, ...
    (comp.graphics.api.opengl)