Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.forth > #134689

Re: A new DO..LOOP (from 4tH forum)

From Paul Rubin <no.email@nospam.invalid>
Newsgroups comp.lang.forth
Subject Re: A new DO..LOOP (from 4tH forum)
Date 2026-03-15 13:27 -0700
Organization A noiseless patient Spider
Message-ID <87sea0dejp.fsf@nightsong.com> (permalink)
References <nnd$20b3b3c0$0407aa81@c87f832af3cab682> <2026Mar14.115416@mips.complang.tuwien.ac.at> <nnd$59a32897$2ac4048f@0c7f56827c71a837> <877brednoq.fsf@nightsong.com> <nnd$1c631757$05855d8d@bef72ca663d8822c>

Show all headers | View raw


albert@spenarnc.xs4all.nl writes:
> Did you use the proper starting point?
> You must start with a denotation, valid in interpreter and compilation
> mode that anonymously present an xt. (No environment imported, just
> the behaviour)

I think I used named functions, e.g.

  : FOO  .... whatever ... ;

  : BAR ['] FOO 5 TIMES ;

So TIMES took an xt and an execution count.  

Back to comp.lang.forth | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

A new DO..LOOP (from 4tH forum) Hans Bezemer <the.beez.speaks@gmail.com> - 2026-03-13 14:43 +0100
  Re: A new DO..LOOP (from 4tH forum) Paul Rubin <no.email@nospam.invalid> - 2026-03-13 15:05 -0700
    Re: A new DO..LOOP (from 4tH forum) anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2026-03-14 10:54 +0000
      Re: A new DO..LOOP (from 4tH forum) albert@spenarnc.xs4all.nl - 2026-03-14 15:13 +0100
        Re: A new DO..LOOP (from 4tH forum) anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2026-03-14 15:34 +0000
          Re: A new DO..LOOP (from 4tH forum) albert@spenarnc.xs4all.nl - 2026-03-15 11:55 +0100
        Re: A new DO..LOOP (from 4tH forum) Paul Rubin <no.email@nospam.invalid> - 2026-03-14 15:57 -0700
          Re: A new DO..LOOP (from 4tH forum) albert@spenarnc.xs4all.nl - 2026-03-15 11:42 +0100
            Re: A new DO..LOOP (from 4tH forum) Paul Rubin <no.email@nospam.invalid> - 2026-03-15 13:27 -0700
        Re: A new DO..LOOP (from 4tH forum) Krishna Myneni <krishna.myneni@ccreweb.org> - 2026-03-15 09:55 -0500
          Re: A new DO..LOOP (from 4tH forum) Krishna Myneni <krishna.myneni@ccreweb.org> - 2026-03-15 10:01 -0500
            Re: A new DO..LOOP (from 4tH forum) Hans Bezemer <the.beez.speaks@gmail.com> - 2026-03-15 19:11 +0100
              Re: A new DO..LOOP (from 4tH forum) Krishna Myneni <krishna.myneni@ccreweb.org> - 2026-03-15 19:36 -0500
                Re: A new DO..LOOP (from 4tH forum) Hans Bezemer <the.beez.speaks@gmail.com> - 2026-03-16 14:28 +0100
                Re: A new DO..LOOP (from 4tH forum) Krishna Myneni <krishna.myneni@ccreweb.org> - 2026-03-16 10:53 -0500
                Re: A new DO..LOOP (from 4tH forum) Hans Bezemer <the.beez.speaks@gmail.com> - 2026-03-16 19:25 +0100
                Re: A new DO..LOOP (from 4tH forum) albert@spenarnc.xs4all.nl - 2026-03-16 20:25 +0100
                Re: A new DO..LOOP (from 4tH forum) Krishna Myneni <krishna.myneni@ccreweb.org> - 2026-03-16 16:52 -0500
                Re: A new DO..LOOP (from 4tH forum) Hans Bezemer <the.beez.speaks@gmail.com> - 2026-03-17 14:24 +0100
          Re: A new DO..LOOP (from 4tH forum) albert@spenarnc.xs4all.nl - 2026-03-15 19:07 +0100
            Re: A new DO..LOOP (from 4tH forum) Krishna Myneni <krishna.myneni@ccreweb.org> - 2026-03-15 18:35 -0500
              Re: A new DO..LOOP (from 4tH forum) albert@spenarnc.xs4all.nl - 2026-03-16 12:26 +0100
                Re: A new DO..LOOP (from 4tH forum) Krishna Myneni <krishna.myneni@ccreweb.org> - 2026-03-16 08:20 -0500
                Re: A new DO..LOOP (from 4tH forum) Hans Bezemer <the.beez.speaks@gmail.com> - 2026-03-16 15:29 +0100
                Re: A new DO..LOOP (from 4tH forum) albert@spenarnc.xs4all.nl - 2026-03-16 20:07 +0100
                Re: A new DO..LOOP (from 4tH forum) Hans Bezemer <the.beez.speaks@gmail.com> - 2026-03-16 14:30 +0100
            Re: A new DO..LOOP (from 4tH forum) Gerry Jackson <do-not-use@swldwa.uk> - 2026-03-16 14:42 +0000
              Re: A new DO..LOOP (from 4tH forum) albert@spenarnc.xs4all.nl - 2026-03-16 20:11 +0100
      Re: A new DO..LOOP (from 4tH forum) Hans Bezemer <the.beez.speaks@gmail.com> - 2026-03-14 15:38 +0100
    Re: A new DO..LOOP (from 4tH forum) Hans Bezemer <the.beez.speaks@gmail.com> - 2026-03-14 14:54 +0100
      Re: A new DO..LOOP (from 4tH forum) dxf <dxforth@gmail.com> - 2026-03-15 16:13 +1100

csiph-web