POV-Ray : Newsgroups : povray.general : compiled functios : Re: compiled functios Server Time
6 Aug 2024 19:29:52 EDT (-0400)
  Re: compiled functios  
From: Ron Parker
Date: 6 Feb 2002 09:27:35
Message: <slrna62fap.5ps.ron.parker@fwi.com>
On 6 Feb 2002 09:11:51 -0500, Warp wrote:

>: What I asked is: is there any other language which compile one
>: parametrized expresion to use in next expression within the same interpreted
>: script?
> 
>   Uh? What's the difference?
>   That's basically what Perl does.

Nope, Perl compiles the whole script, then runs it.  He's asking whether there
are any other languages that are hybrid between byte-compiled and interpreted.

-- 
#macro R(L P)sphere{L F}cylinder{L P F}#end#macro P(V)merge{R(z+a z)R(-z a-z)R(a
-z-z-z a+z)torus{1F clipped_by{plane{a 0}}}translate V}#end#macro Z(a F T)merge{
P(z+a)P(z-a)R(-z-z-x a)pigment{rgbt 1}hollow interior{media{emission T}}finish{
reflection.1}}#end Z(-x-x.2y)Z(-x-x.4x)camera{location z*-10rotate x*90}


Post a reply to this message

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