Largest palindrome product: Difference between revisions

m
→‎{{header|Phix}}: added online link
m (→‎Version 2: changed version to be faster)
m (→‎{{header|Phix}}: added online link)
Line 533:
 
=={{header|Phix}}==
{{libheader|Phix/online}}
Translated from python by Lucy_Hedgehog as found on page 5 of the project euler discussion page (dated 25 Sep 2011),
and further optimised as per the C# comments (on this very rosettacode page).
You can run this online [http://phix.x10.mx/p2js/Largest_palindrome_product.htm here].
<!--<lang Phix>(phixonline)-->
<span style="color: #000080;font-style:italic;">-- demo\rosetta\Largest_palindrome_product.exw</span>
7,813

edits