POV-Ray : Newsgroups : povray.off-topic : Smart little programming tricks, where to find ? Server Time
11 Oct 2024 05:20:30 EDT (-0400)
  Smart little programming tricks, where to find ? (Message 51 to 51 of 51)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Darren New
Subject: Re: Smart little programming tricks, where to find ?
Date: 21 Mar 2008 22:14:39
Message: <47e4799f$1@news.povray.org>
Invisible wrote:
> Please reparse my sentence. I said it *does* assume referential 
> transparency yet does nothing to *enforce* or even *check* for it.

Actually, thinking on it more, I don't think it assumes referential 
transparency.

    X = nodes(),
    Y = nodes(),
    X = Y.

(where "nodes()" returns the list of running computers, basically)

I am not sure that's guaranteed not to fail out when it compares the two 
lists, nor would you want it to.

-- 
   Darren New / San Diego, CA, USA (PST)
     "That's pretty. Where's that?"
          "It's the Age of Channelwood."
     "We should go there on vacation some time."


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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