Hi list,<br><br>I'm fairly new to pypy and was only doing some experimenting with the javascript translator so far. First of all let me say that the whole project is pretty amazing!<br><br>After translating a couple of functions I tried translating a class, but was unsuccessful so far but since the docs mention supporting inheritance I guess this should be possible. Is it?<br><br>For instance if I have in RPython the following:<br><br>class test:<br>&nbsp;&nbsp;&nbsp; def __init__( self, value ):<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  self.value = value<br>&nbsp;&nbsp;&nbsp; def meth1( self ):<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  return self.value<br>&nbsp;&nbsp;&nbsp; def meth2( self ):<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  do_something_which_is_translatable( )<br><br>then how do I get the corresponding javascript code? Since the docs say jscompile should be invoked by 'jscompile module function_names' I'm kind of lost. The same holds for rpython2javascript it expects a list of
 functions.<br><br>Any insight or comment would be very helpful.<br> <p>&#32;

<hr size=1>Need Mail bonding?<br>Go to the <a href="http://answers.yahoo.com/dir/index;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx?link=ask&sid=396546091">Yahoo! Mail Q&A</a> for <a href="http://answers.yahoo.com/dir/index;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx?link=ask&sid=396546091">great tips from Yahoo! Answers</a> users.