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 
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to