A REALLY verbose example of the EDO Structure Package
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 30 articles for 0.003 sec
Re: A REALLY verbose example of the EDO Structure Package by GT Hawkins     

Group: comp.lang.forth · Group Profile · Search for A REALLY verbose example of the EDO Structure Package in comp.lang.forth
Author: Tim Trussell
Date: Dec 7, 2006 10:18

... actually coding \ than the normal/bright text examples I've seen. \ \ This will let me ... in it's current \ incarnation using the EDO structure package for the data references. \ ...1 constant Plane1 2 constant Plane2 0 [if] \ ---[ EDO Version of animation sequence ]--------------------------- \ Define the animation control structure \ [var] indicates that this value changes during ...
Show full article (8.67Kb) · Show article thread
Re: A REALLY verbose example of the EDO Structure Package by GT Hawkins     

Group: comp.lang.forth · Group Profile · Search for A REALLY verbose example of the EDO Structure Package in comp.lang.forth
Author: Bruce McFarling
Date: Dec 4, 2006 12:33

...: :: ( class "name" -- ) ' body @ + @ compile, ; \\ // \\ // \\ // \\ // \\ // \\ // \\ // \\ // \\ // \\ // \\ // \\ // ---[ An Example ]------ Nothing can be more confusing than a good...time with it. As far as Forth Structure packages in general go, they all have ... of the other Structure packages any more or less than the EDO system, but I'm used to ...
Show full article (6.47Kb) · Show article thread
Re: A REALLY verbose example of the EDO Structure Package by GT Hawkins     

Group: comp.lang.forth · Group Profile · Search for A REALLY verbose example of the EDO Structure Package in comp.lang.forth
Author: Tim Trussell
Date: Dec 4, 2006 12:09

... been able to figure out - I haven't spent much time with it. As far as Forth Structure packages in general go, they all have something in common in comparision to what is available in Pascal and ..., for myself, I don't like or dislike any of the other Structure packages any more or less than the EDO system, but I'm used to using this one at this time. If...
Show full article (1.58Kb) · Show article thread
A REALLY verbose example of the EDO Structure Package by GT Hawkins     

Group: comp.lang.forth · Group Profile · Search for A REALLY verbose example of the EDO Structure Package in comp.lang.forth
Author: Tim Trussell
Date: Dec 4, 2006 11:23

...Man's" word set. \ It is really a bare-bones implementation and does...: S{ ( -- 0 ) 0 ; \ === Defines a structure component === : :: ( offset object-definition -- offset )...the first byte of the sub-structure \ we want to access \ \ Palette-OBJ...\ not going to give an example of here. \ \ So to access the... create the array using the EDO \ structure words. It is entirely ...
Show full article (9.67Kb)
Re: A REALLY verbose example of the EDO Structure Package by GT Hawkins     

Group: comp.lang.forth · Group Profile · Search for A REALLY verbose example of the EDO Structure Package in comp.lang.forth
Author: Albert van der Horst
Date: Dec 5, 2006 22:59

... to a very large number of systems. If we must have a fetish over minimalism, then let me present the following that actually works, unlike mini-oof which is seriously flawed. See example at end. Note that there is plenty of room for feature expansion of this code. mini-oof can only be seriously flawed by being not portable. Please explain. ***BEGIN CODE \ tested on ...
Show full article (1.87Kb)
Re: A REALLY verbose example of the EDO Structure Package by GT Hawkins     

Group: comp.lang.forth · Group Profile · Search for A REALLY verbose example of the EDO Structure Package in comp.lang.forth
Author: Gerry
Date: Dec 5, 2006 21:05

... over minimalism, then let me present the following that actually works, unlike mini-oof which is seriously flawed. That's a bit strong given that the example in your previous message misused mini-oof or do you have another reason for this statement. Apparently you don't see the required manual vocabulary management for different classes as a serious ...
Show full article (0.88Kb) · Show article thread
Re: A REALLY verbose example of the EDO Structure Package by GT Hawkins     

Group: comp.lang.forth · Group Profile · Search for A REALLY verbose example of the EDO Structure Package in comp.lang.forth
Author: Doug Hoffman
Date: Dec 5, 2006 15:56

... a fetish over minimalism, then let me present the following that actually works, unlike mini-oof which is seriously flawed. That's a bit strong given that the example in your previous message misused mini-oof or do you have another reason for this statement. Apparently you don't see the required manual vocabulary management for different classes as a serious problem and ...
Show full article (0.60Kb) · Show article thread
Re: A REALLY verbose example of the EDO Structure Package by GT Hawkins     

Group: comp.lang.forth · Group Profile · Search for A REALLY verbose example of the EDO Structure Package in comp.lang.forth
Author: Gerry
Date: Dec 5, 2006 13:52

Doug Hoffman wrote: <snip> If we must have a fetish over minimalism, then let me present the following that actually works, unlike mini-oof which is seriously flawed. That's a bit strong given that the example in your previous message misused mini-oof or do you have another reason for this statement. Gerry
Show full article (0.33Kb) · Show article thread
Re: A REALLY verbose example of the EDO Structure Package by GT Hawkins     

Group: comp.lang.forth · Group Profile · Search for A REALLY verbose example of the EDO Structure Package in comp.lang.forth
Author: Bruce McFarling
Date: Dec 5, 2006 13:21

.... ---[ Mini-OOF problem in gforth ]------ Worse, after loading Mini-OOF and the provided example using gforth, I tried the following: object class cell var z method draw ... bar s" fat bar" bar init 1 bar y ! bar draw ---[ moof-ex2.f -- your example ]--- \ namespace test case object class cell var z method draw end-class testClass :noname ( o ...
Show full article (2.82Kb) · Show article thread
Re: A REALLY verbose example of the EDO Structure Package by GT Hawkins     

Group: comp.lang.forth · Group Profile · Search for A REALLY verbose example of the EDO Structure Package in comp.lang.forth
Author: Gerry
Date: Dec 5, 2006 12:55

... will not compile on Carbon MacForth. I have no idea why. Everything else ANS-compatible I've tried seems to have no problems on CMF. Worse, after loading Mini-OOF and the provided example using gforth, I tried the following: object class cell var z method draw end-class testClass :noname ( o -- ) z @ . ." DRAW!" ; testClass defines draw...
Show full article (2.35Kb) · Show article thread
1 · 2 · 3 · next