Calling Parrot_init explicitly on a Parrot_Interp returned by Parrot_new is useless.
(Parrot_new does it itself and Parrot_init doesn't do anything on already initiated interpreters)
Because it makes the api more complicated i propose to remove it from
the docs.
I attach a patch which removes the description of Parrot_init from doc/embed.pod, and the call to it from the code examples withing.
I currently work on embeding parrot from perl5 and would like to know
of any previews attemps.
Pawel Murias
Thanks, applied - r12200
leo