POV-Ray : Newsgroups : povray.general : POV Wishlist : Re: POV Wishlist Server Time
3 Aug 2024 22:12:59 EDT (-0400)
  Re: POV Wishlist  
From: Tyler Eaves
Date: 19 Mar 2004 20:47:34
Message: <pan.2004.03.20.01.49.25.948474@NOSPAMml1.net>
On Fri, 19 Mar 2004 16:54:29 -0800, Darren New wrote:

> Tyler Eaves wrote:
>> Take a look at psyco. It's essentially a JIT compiler for Python.
> 
> Bringing us back to compiled plug-ins?
> 
> If anything gets added, Tcl would seem a good way to go. :-)

No, it's a JIT compiler, a python module. It compiles at runtime.

basically you add something like

import psyco
psyco.full()

at the top of your file and it works it's magic.


Post a reply to this message

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