2011/5/20 Gabriel Jacobo <[email protected]>: > On Jue 19 May 2011 20:59:49 Benjamin Peterson escribió: >> 2011/5/19 Gabriel Jacobo <[email protected]>: >> > Hi All! I have a quick question for the RPython gurus, are properties >> > supported? >> >> No. > > Ok, thanks for the answer. How would you grade the difficulty in implementing > them (Considering I have plenty of Python experience but almost none with PyPy > or RPython)? Any pointers as to how to implement them? Are they a desired > feature for RPython?
Generally, we try to avoid adding new feature to the RPython language. Usually, there's a simpler way to achieve what you want. -- Regards, Benjamin _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
