Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Memory fault -- core...uh...um...core... Oh dammit, I forget!


devel / comp.lang.forth / Re: gforth floating-stack undefined?

SubjectAuthor
* gforth floating-stack undefined?Buzz McCool
`* Re: gforth floating-stack undefined?Anton Ertl
 `- Re: gforth floating-stack undefined?Buzz McCool

1
gforth floating-stack undefined?

<t4ud9b$3ln$1@gioia.aioe.org>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=17797&group=comp.lang.forth#17797

 copy link   Newsgroups: comp.lang.forth
Path: i2pn2.org!i2pn.org!aioe.org!DupJQceBmxKEPycMKdS5Gg.user.46.165.242.75.POSTED!not-for-mail
From: buzz_mcc...@yahoo.com (Buzz McCool)
Newsgroups: comp.lang.forth
Subject: gforth floating-stack undefined?
Date: Wed, 4 May 2022 10:31:23 -0700
Organization: Aioe.org NNTP Server
Message-ID: <t4ud9b$3ln$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: gioia.aioe.org; logging-data="3767"; posting-host="DupJQceBmxKEPycMKdS5Gg.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.8.1
Content-Language: en-US
X-Notice: Filtered by postfilter v. 0.9.2
 by: Buzz McCool - Wed, 4 May 2022 17:31 UTC

https://www.complang.tuwien.ac.at/forth/gforth/Docs-html/Floating-point-stack.html
says:

"... just say that your program has an environmental dependency on a
separate floating-point stack.

floating-stack – n environment “floating-stack”

n is non-zero, showing that Gforth maintains a separate floating-point
stack of depth n."

When I tried using this word, gforth didn't seem to like it. What am I
doing wrong?

$ gforth
Gforth 0.7.3, Copyright (C) 1995-2008 Free Software Foundation, Inc.
Gforth comes with ABSOLUTELY NO WARRANTY; for details type `license'
Type `bye' to exit
ok
floating-stack
:2: Undefined word
>>>floating-stack<<<
Backtrace:
$7F3632708A68 throw
$7F363271EDB0 no.extensions
$7F3632708D28 interpreter-notfound1

Re: gforth floating-stack undefined?

<2022May4.232357@mips.complang.tuwien.ac.at>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=17799&group=comp.lang.forth#17799

 copy link   Newsgroups: comp.lang.forth
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: ant...@mips.complang.tuwien.ac.at (Anton Ertl)
Newsgroups: comp.lang.forth
Subject: Re: gforth floating-stack undefined?
Date: Wed, 04 May 2022 21:23:57 GMT
Organization: Institut fuer Computersprachen, Technische Universitaet Wien
Lines: 33
Message-ID: <2022May4.232357@mips.complang.tuwien.ac.at>
References: <t4ud9b$3ln$1@gioia.aioe.org>
Injection-Info: reader02.eternal-september.org; posting-host="d5a190789c99223a639c94656f95f0f9";
logging-data="28737"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18RSbAl6x+bRcM2woEIeoir"
Cancel-Lock: sha1:NwiE4JhKjbW8M7SrnaJ/oBHhkTk=
X-newsreader: xrn 10.00-beta-3
 by: Anton Ertl - Wed, 4 May 2022 21:23 UTC

Buzz McCool <buzz_mccool@yahoo.com> writes:
>https://www.complang.tuwien.ac.at/forth/gforth/Docs-html/Floating-point-stack.html
>says:
>
>"... just say that your program has an environmental dependency on a
>separate floating-point stack.
>
>floating-stack – n environment “floating-stack”
>
>n is non-zero, showing that Gforth maintains a separate floating-point
>stack of depth n."
>
>
>When I tried using this word, gforth didn't seem to like it. What am I
>doing wrong?
>
>$ gforth
>Gforth 0.7.3, Copyright (C) 1995-2008 Free Software Foundation, Inc.
>Gforth comes with ABSOLUTELY NO WARRANTY; for details type `license'
>Type `bye' to exit
> ok
>floating-stack
>:2: Undefined word
> >>>floating-stack<<<

S" floating-stack" environment? .s

- anton
--
M. Anton Ertl http://www.complang.tuwien.ac.at/anton/home.html
comp.lang.forth FAQs: http://www.complang.tuwien.ac.at/forth/faq/toc.html
New standard: http://www.forth200x.org/forth200x.html
EuroForth 2021: https://euro.theforth.net/2021

Re: gforth floating-stack undefined?

<t4uti1$16ic$1@gioia.aioe.org>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=17801&group=comp.lang.forth#17801

 copy link   Newsgroups: comp.lang.forth
Path: i2pn2.org!i2pn.org!aioe.org!DupJQceBmxKEPycMKdS5Gg.user.46.165.242.75.POSTED!not-for-mail
From: buzz_mcc...@yahoo.com (Buzz McCool)
Newsgroups: comp.lang.forth
Subject: Re: gforth floating-stack undefined?
Date: Wed, 4 May 2022 15:09:05 -0700
Organization: Aioe.org NNTP Server
Message-ID: <t4uti1$16ic$1@gioia.aioe.org>
References: <t4ud9b$3ln$1@gioia.aioe.org>
<2022May4.232357@mips.complang.tuwien.ac.at>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: gioia.aioe.org; logging-data="39500"; posting-host="DupJQceBmxKEPycMKdS5Gg.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.8.1
X-Notice: Filtered by postfilter v. 0.9.2
Content-Language: en-US
 by: Buzz McCool - Wed, 4 May 2022 22:09 UTC

On 5/4/2022 2:23 PM, Anton Ertl wrote:
> S" floating-stack" environment? .s

$ gforth
Gforth 0.7.3, Copyright (C) 1995-2008 Free Software Foundation, Inc.
Gforth comes with ABSOLUTELY NO WARRANTY; for details type `license'
Type `bye' to exit
S" floating-stack" environment? .s <2> 2048 -1 ok

Thanks Anton!

1
server_pubkey.txt

rocksolid light 0.9.7
clearnet tor