Window creation/X11: Difference between revisions

Content added Content deleted
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (→‎{{header|Raku}}: Fix comment: Perl 6 --> Raku)
Line 1,677: Line 1,677:
{{trans|C}}
{{trans|C}}


There is not yet a X11 library in Perl 6 but we can write the minimal C mappings for this task.
There is not yet a X11 library in Raku but we can write the minimal C mappings for this task.


<lang perl6>use NativeCall;
<lang perl6>use NativeCall;