Jump to content

Create an object at a given address: Difference between revisions

m
→‎{{header|Raku}}: Fix comment: Perl 6 --> Raku
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (→‎{{header|Raku}}: Fix comment: Perl 6 --> Raku)
Line 640:
=={{header|Raku}}==
(formerly Perl 6)
Perl 6Raku has fairly comprehensive facilities for accessing allocating and accessing memory and also declaring C-style structs, via the NativeCall interface, as this example demonstrates.
<lang perl6>use v6;
use NativeCall;
2,392

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.