ways of implementing a HLL based on parrot

atex.way atex.way at gmail.com
Mon Jan 25 02:45:40 UTC 2010


since parrot is a vm for dynamic languages, and mostly written in c , i have suggestions for the ways of implementing a HLL.
     1. can completely implement a HLL in c. for c is a common language for most people, the c APIs should be the inner interface to pir.
     2. implementing a HLL in pir(allow c modules embeded).
     3. through a common extention interface for other lanuages to implement a HLL. the parrot core should include the interfaces of perl, php,python . (perl may be a  language running on parrot, also a language for implementing a HLL, instead of a language to be used to compiling parrot, certainly, except for parrot being implemented in perl completely)
2010-01-25 



atex.way 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.parrot.org/pipermail/parrot-dev/attachments/20100125/31d29128/attachment.htm>


More information about the parrot-dev mailing list