> > PieThonInt, RubyInt?
> 
> Hmm.  I that parrot should DTRT, and use
> CurrentLanguageInt. :)

Hmm. I agree with Leo, here.

  P6 = new PerlInt (3)

would be equivalent to PASM:

  new P6, PerlInt
  assign P6, 3

This is more generic and would be portable to
any kind of PMC you want. Arrays, Strings, etc.

Actually, if that's all it does, I wonder if it's
even worth implementing... But I suppose it makes
the code a little clearer.

---

BTW, IMCC won't let me say

  new S6, 13

which is kind of annoying... I have to say

  repeat S6, " ", 13

instead. I suppose that everyone already knows
about this and that it's just a temporary thing,
though :-) Unless it's going to let me say

  S6 = new string, 13

or something. :-S

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Reply via email to