More fun with Miser s CASE
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 107 articles for 0.028 sec
Re: Duff's device [Re: More fun with Miser's CASE]     

Group: comp.lang.forth · Group Profile · Search for More fun with Miser s CASE in comp.lang.forth
Author: Jonah Thomas
Date: Jun 15, 2008 14:47

... Hendrix) wrote: Jonah Thomas <jethom...@gmail.com> writes Re: Duff's device [Re: More fun with Miser's CASE] Yes, and he had to use tricks that aren't portable. I think ...strange things and so potentially a lot of nonstandard code could be a lot more portable than it first appears. If you come up with an elegant nonstandard ...
Show full article (1.67Kb) · Show article thread
Re: Duff's device [Re: More fun with Miser's CASE]     

Group: comp.lang.forth · Group Profile · Search for More fun with Miser s CASE in comp.lang.forth
Author: Gerry
Date: Jun 15, 2008 13:49

On 14 Jun, 15:42, m...@iae.nl (Marcel Hendrix) wrote: Jonah Thomas <jethom...@gmail.com> writes Re: Duff's device [Re: More fun with Miser's CASE] Gerry <ge...@jackson9000.fsnet.co.uk> wrote: Jonah Thomas <jethom...@gmail.com> wrote: I'm not sure I understand the point of Duff's ...
Show full article (1.13Kb) · Show article thread
Re: Duff's device [Re: More fun with Miser's CASE]     

Group: comp.lang.forth · Group Profile · Search for More fun with Miser s CASE in comp.lang.forth
Author: Jonah Thomas
Date: Jun 14, 2008 08:12

mhx@iae.nl (Marcel Hendrix) wrote: Jonah Thomas <jethomas5@gmail.com> writes Re: Duff's device [Re: More fun with Miser's CASE] Gerry <gerry@jackson9000.fsnet.co.uk> wrote: I haven't had a chance to look at Marcel's solution in detail but isn't that what he does? Yes, and he had to use tricks...
Show full article (1.44Kb) · Show article thread
Re: Duff's device [Re: More fun with Miser's CASE]     

Group: comp.lang.forth · Group Profile · Search for More fun with Miser s CASE in comp.lang.forth
Author: Marcel Hendrix
Date: Jun 14, 2008 07:42

Jonah Thomas <jethomas5@gmail.com> writes Re: Duff's device [Re: More fun with Miser's CASE] Gerry <gerry@jackson9000.fsnet.co.uk> wrote: Jonah Thomas <jethom...@gmail.com> wrote: I'm not sure I understand the point of Duff's device. [..] so that we could actually put the address of the code into a jump table and actually jump to ...
Show full article (1.23Kb) · Show article thread
Re: Duff's device [Re: More fun with Miser's CASE]     

Group: comp.lang.forth · Group Profile · Search for More fun with Miser s CASE in comp.lang.forth
Author: Marcel Hendrix
Date: Jun 13, 2008 07:16

Gerry <gerry@jackson9000.fsnet.co.uk> writes Re: Duff's device [Re: More fun with Miser's CASE] On 12 Jun, 18:54, Ian Osgood <i...@quirkster.com> wrote: [...] Actually, I've never mastered meta-programming that requires carnal knowledge of the flow control internals (besides some of the tricks you can play with WHILE-ELSE-THEN). I honestly ...
Show full article (2.71Kb) · Show article thread
Re: More fun with Miser's CASE     

Group: comp.lang.forth · Group Profile · Search for More fun with Miser s CASE in comp.lang.forth
Author: Gerry
Date: Jul 2, 2008 14:07

...orig ] then ; drop 0 constant CASE immediate 0 constant COND immediate...Examples \ hex : TEST1 ( n ) space case cond 0 20 range 7F...cond ; immediate : TEST2 ( n ) space case cond [char] 0 [char] 9...0 .( ) dup emit test2 : test3 CASE 1 OF ." One " ENDOF 2...might be fun sometime to add your Miser CASE words to...
Show full article (7.29Kb) · Show article thread
Re: More fun with Miser's CASE     

Group: comp.lang.forth · Group Profile · Search for More fun with Miser s CASE in comp.lang.forth
Author: Ed
Date: Jun 30, 2008 04:57

... the data stack (if any). That would then make your Miser's case ANS Forth compliant and so portable Wouldn't that only work on ... (?) I'm not sure a truly portable Miser can be done given the current CS wordset. Miser probably doesn't need to be portable. As long .... I personally don't need portability for Case (which isn't to say it shouldn't ...
Show full article (1.97Kb) · Show article thread
Re: More fun with Miser's CASE     

Group: comp.lang.forth · Group Profile · Search for More fun with Miser s CASE in comp.lang.forth
Author: Elizabeth D Rather
Date: Jun 29, 2008 23:26

...for control stack items on the data stack (if any). That would then make your Miser's case ANS Forth compliant and so portable Wouldn't that only work on a system that implemented...on the data stack (?) I'm not sure a truly portable Miser can be done given the current CS wordset. Miser probably doesn't need to be portable. As long as there's ...
Show full article (1.32Kb) · Show article thread
Re: More fun with Miser's CASE     

Group: comp.lang.forth · Group Profile · Search for More fun with Miser s CASE in comp.lang.forth
Author: Ed
Date: Jun 29, 2008 06:31

... for control stack items on the data stack (if any). That would then make your Miser's case ANS Forth compliant and so portable Wouldn't that only work on a system that implemented ... on the data stack (?) I'm not sure a truly portable Miser can be done given the current CS wordset. Miser probably doesn't need to be portable. As long as there's enough ...
Show full article (1.59Kb) · Show article thread
Re: More fun with Miser's CASE     

Group: comp.lang.forth · Group Profile · Search for More fun with Miser s CASE in comp.lang.forth
Author: Gerry
Date: Jun 28, 2008 04:05

.../thread/86fec45f83b17545/9bea8e7cc5464a06?hl=en&lnk=st&q=depth#9bea8e7cc5464a06 to calculate the number of cells used for control stack items on the data stack (if any). That would then make your Miser's case ANS Forth compliant and so portable [...] Gerry
Show full article (1.15Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next