Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 27, 2019 16:44
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/039252fe424dce2572060223c0ca373d to your computer and use it in GitHub Desktop.
Save Whateverable/039252fe424dce2572060223c0ca373d to your computer and use it in GitHub Desktop.
Whateverable
2019-10-27T10:40:46Z #raku-dev <MasterDuke> pmurias: ah, `./nqp-j nqp-truffle.nqp -e 'sub foo() { say("hi") }; my $a := &foo; nqp::setcodename($a, "bar"); say(nqp::getcodename($a))'` prints "bar". so when i explicitly call nqp::setcodename then nqp::getcodename works
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment