Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 19, 2019 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/7634c4078f0a9574a007d3027d36790f to your computer and use it in GitHub Desktop.
Save Whateverable/7634c4078f0a9574a007d3027d36790f to your computer and use it in GitHub Desktop.
evalable6
use NativeCast; role A { method p { +self }; }; my $p = Pointer.new but A; say $p
(exit code 1)
===SORRY!===
Could not find NativeCast at line 1 in:
file#/home/bisectable/git/whateverable/sandbox/lib
inst#/home/bisectable/.perl6
inst#/tmp/whateverable/rakudo-moar/d31fb27064f078b8cf2f962b9ebc154f650af4b8/share/perl6/site
inst#/tmp/whateverable/rakudo-moar/d31fb27064f078b8cf2f962b9ebc154f650af4b8/share/perl6/vendor
inst#/tmp/whateverable/rakudo-moar/d31fb27064f078b8cf2f962b9ebc154f650af4b8/share/perl6
ap#
nqp#
perl5#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment