As ParrotObjects and plain PMCs seems to get more and more unified, the question arises, if all PMC vtables should be invocable via the standard method invocation for real objects:

  new P2, .PerlString
  can I0, P2, "_set_string_native"   # = 1
  set S0, "_set_string_native"
  set P5, P2
  set S5, "hello"
  callmeth
# or find_method, invoke

Not that I would recommend that but I can imagine, that HLL with "all is an object philosophy" would like to call all methods like above.

leo



Reply via email to