POV-Ray : Newsgroups : povray.unofficial.patches : Retaining persistent variables in MegaPov 1.0 Server Time
2 Jul 2024 17:14:31 EDT (-0400)
  Retaining persistent variables in MegaPov 1.0 (Message 11 to 20 of 23)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 3 Messages >>>
From: Ken
Subject: Re: Retaining persistent variables in MegaPov 1.0
Date: 9 Oct 2003 22:09:05
Message: <3F861502.C70467C8@pacbell.net>
ABX wrote:

> BTW I would prefer #persist

I would agree with that.

-- 
Ken Tyler


Post a reply to this message

From: Christopher James Huff
Subject: Re: Retaining persistent variables in MegaPov 1.0
Date: 9 Oct 2003 23:08:23
Message: <cjameshuff-88ED7F.23055809102003@netplex.aussie.org>
In article <rk6bov0qt73b9hmm5af9oj8tgibihbemgb@4ax.com>,
 ABX <abx### [at] abxartpl> wrote:

> BTW I would prefer #persist more than #persistent

Well, it doesn't fit in with either of the the other commands. #declare 
is an action, you declare a variable. #local is a descriptive word like 
#persistent. You can't persist a variable...it is the variable that 
persists. But you can declare a persistant variable. The word "persist" 
just doesn't seem to fit into the language.

-- 
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/


Post a reply to this message

From: Christoph Hormann
Subject: Re: Retaining persistent variables in MegaPov 1.0
Date: 10 Oct 2003 03:49:41
Message: <7l3i51-8u1.ln1@triton.schunter.etc.tu-bs.de>
Christopher James Huff wrote:
> Well, it doesn't fit in with either of the the other commands. #declare 
> is an action, you declare a variable. #local is a descriptive word like 
> #persistent. You can't persist a variable...it is the variable that 
> persists. But you can declare a persistant variable. The word "persist" 
> just doesn't seem to fit into the language.
> 

I agree.  You can also say #local implies a 'declare' -> 'to declare sth 
local(ly)'.  #persistant would be logical in the same way.

Christoph

-- 
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 2 Sep. 2003 _____./\/^>_*_<^\/\.______


Post a reply to this message

From: Peter Popov
Subject: Re: Retaining persistent variables in MegaPov 1.0
Date: 10 Oct 2003 04:16:18
Message: <mkqcov04t6990qforfh55isegqsdrkgndr@4ax.com>
On Fri, 10 Oct 2003 09:28:07 +0200, Christoph Hormann
<chr### [at] gmxde> wrote:

>I agree.  You can also say #local implies a 'declare' -> 'to declare sth 
>local(ly)'.  #persistant would be logical in the same way.

But I bet there are scourges of people who don't know how to spell
'persistent' correctly :)


Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG      e-mail : pet### [at] tagpovrayorg


Post a reply to this message

From: ABX
Subject: Re: Retaining persistent variables in MegaPov 1.0
Date: 10 Oct 2003 04:20:20
Message: <voqcovop8r8sg50p2126tng10on4vkdkeg@4ax.com>
On Fri, 10 Oct 2003 11:15:50 +0300, Peter Popov <pet### [at] vipbg> wrote:
> >I agree.  You can also say #local implies a 'declare' -> 'to declare sth 
> >local(ly)'.  #persistant would be logical in the same way.
>
> But I bet there are scourges of people who don't know how to spell
> 'persistent' correctly :)

Autocom [TAB] pletion

ABX


Post a reply to this message

From: Warp
Subject: Re: Retaining persistent variables in MegaPov 1.0
Date: 10 Oct 2003 04:33:32
Message: <3f866edc@news.povray.org>
Peter Popov <pet### [at] vipbg> wrote:
> >#persistant would be logical in the same way.

> But I bet there are scourges of people who don't know how to spell
> 'persistent' correctly :)

  Is this the same kind of phenomenon as with "primative"?-)

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

From: Christoph Hormann
Subject: Re: Retaining persistent variables in MegaPov 1.0
Date: 10 Oct 2003 04:37:04
Message: <nj7i51-i87.ln1@triton.schunter.etc.tu-bs.de>
Peter Popov wrote:
>>I agree.  You can also say #local implies a 'declare' -> 'to declare sth 
>>local(ly)'.  #persistant would be logical in the same way.
> 
> 
> But I bet there are scourges of people who don't know how to spell
> 'persistent' correctly :)

:-)

But don't blame me, Chris Huff made the same mistake.

I should really get a newsreader with builtin POV-SDL syntax 
highlighting - of course it would not have helped in this case.

Christoph

-- 
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 2 Sep. 2003 _____./\/^>_*_<^\/\.______


Post a reply to this message

From: Christopher James Huff
Subject: Re: Retaining persistent variables in MegaPov 1.0
Date: 10 Oct 2003 10:37:40
Message: <cjameshuff-B7E359.10351610102003@netplex.aussie.org>
In article <Xns### [at] netplexaussieorg>,
 ingo <ing### [at] tagpovrayorg> wrote:

> You could make not just variables persistent but whole objects or scene 
> sections.

Objects can be variables. The language should be able to take care of 
anything else by using persistent variables. I think the goal of these 
modules is more serialization and permanent storage of data, which would 
require a pretty large amount of work to implement. It could be useful, 
though...

-- 
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/


Post a reply to this message

From: Christopher James Huff
Subject: Re: Retaining persistent variables in MegaPov 1.0
Date: 10 Oct 2003 10:47:05
Message: <cjameshuff-78F529.10444210102003@netplex.aussie.org>
In article <mkqcov04t6990qforfh55isegqsdrkgndr@4ax.com>,
 Peter Popov <pet### [at] vipbg> wrote:

> >I agree.  You can also say #local implies a 'declare' -> 'to declare sth 
> >local(ly)'.  #persistant would be logical in the same way.
> 
> But I bet there are scourges of people who don't know how to spell
> 'persistent' correctly :)

Very good point.

-- 
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/


Post a reply to this message

From: Peter Popov
Subject: Re: Retaining persistent variables in MegaPov 1.0
Date: 10 Oct 2003 15:09:04
Message: <tk0eovg74nfrdtbf0ostivu2udaokkrqii@4ax.com>
On Fri, 10 Oct 2003 10:35:35 +0200, Christoph Hormann
<chr### [at] gmxde> wrote:

>But don't blame me, Chris Huff made the same mistake.

Yeah but you're the one who proposes this horrendous syntax. Man, I
had to turn on the spell checker to make sure I wasn't making a fool
of myself... I guess it's as well that you didn't propose some
46-character German word for it :-)

/me ducks


Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG      e-mail : pet### [at] tagpovrayorg


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 3 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.