[C++-sig] Re: new idea for pyste

paul.bridger paul.bridger at paradise.net.nz
Mon Aug 9 23:01:20 CEST 2004


Pyste files are regular python, but they are not executable by themselves. I 
think RY wants to be able to do something like:

# foo.pyste
import Pyste
yoink = Class('Yoink', 'yoink.h')

and then be able to:
$ python foo.pyste

David Abrahams wrote:
> "Roman Yakovenko" <roman.yakovenko at actimize.com> writes:
> 
> 
>>I think that moving this direction is good for a few reasons. One of them is
>>- it will cancel pyste files as special purpose files. Those files will be 
>>regular python scripts. Also I think that this will simplifier pyste.
> 
> 
> I thought Pyste files *were* regular Python (?)  That was one of the
> things I tried to convince Bruno to do in his design.
> 



More information about the Cplusplus-sig mailing list