|
|
|
|
|
by kbenson
4839 days ago
|
|
Yep. Much of the language is implemented in itself (at least in Rakudo), using such structures: https://github.com/rakudo/rakudo/blob/nom/src/core/Int.pm#L1... NQP in that link is "Not Quite Perl", a subset of the language which is the what actually needs to be implemented to support Perl 6. This is what's almost done being ported to Java. Again, for Rakudo, which is one implementation. |
|