Is there a Native Perl for Windows 10 Arm64 ?

Not that I've heard of.
Have you any interest in building one ?
I envisage that, using the Microsoft compiler you indicated, you'd start by working through the (self-documenting) win32/Makefile in the perl source.

If, instead, you wanted to try building perl with a mingw-w64 port of gcc then, according to Wikipedia "a packaging of LLVM's clang to mingw-w64 is also provided by MSYS2. It supports ARM for Windows (aarch64-w64-mingw32 and armv7-w64-mingw32)".
However, it seems there's not yet an MSYS2 for arm64, though the idea has been floated, and some progress has been made. (Google for "msys2 arm64".)
I also note that there are mingw-w64 ports of gcc that include clang and LLVM available at http://winlibs.com/.
With them, you'd start by working your way through the win32/GNUmakefile.

I have absolutely no idea what sort of mileage you would get with any of those approaches ... I expect there would be some non-trivial problems to solve.

Cheers,
Rob

PS: Cygwin also provides a build of perl, so you could see if anything useful turns up when you google for "Cygwin arm64".
However, I don't think that Cygwin (or MSYS2, for that matter) really count as "native" windows.

In reply to Re: Is there a Native Perl for Windows 10 Arm64 by syphilis
in thread Is there a Native Perl for Windows 10 Arm64 by ronaldomier

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.