in reply to Re^3: Help for translation
in thread Help for translation

Good morning Holli

Would you be so kind to help me on the translation? The code is at https://rosettacode.org/wiki/N-body_problem#Perl_6

Kepler

Replies are listed 'Best First'.
Re^5: Help for translation
by Corion (Patriarch) on Sep 02, 2019 at 09:00 UTC

    I think it will be far easier to port the C code to Perl 5 than to start out with the Perl 6 code and port it to Perl 5.

    But in both cases, you will have to understand the original code.

    So, maybe, again, now is a good time to tell us where exactly you are having problems with translating the code? This website is not a code writing service and we expect you to spend some effort on the problem and your implementation.