programming language implemented in pure python
Posted
by iamgopal
on Stack Overflow
See other posts from Stack Overflow
or by iamgopal
Published on 2010-03-21T07:46:30Z
Indexed on
2010/03/21
7:51 UTC
Read the original article
Hit count: 248
hi, i am creating ( researching possibility of ) a highly customizable python client and would like to allow users to actually edit the code in another language to customize the running of program. ( analogous to browser which itself coded in c/c++ and run another language html/js ). so my question is , is there any programming language implemented in pure python which i can see as a reference ( or use directly ? ) -- i need simple language ( simple statements and ifs can do )
© Stack Overflow or respective owner