Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 27, 2020 17:25
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/c5381f26c718e549f8102ce444a9b440 to your computer and use it in GitHub Desktop.
Save Whateverable/c5381f26c718e549f8102ce444a9b440 to your computer and use it in GitHub Desktop.
committable6
master,hyper_codegen RAKUDO_OPTIMIZER_HYPER=1 my int @a = ^100_000; my int @b = ^100_000; my int @c = ^100_000; my int @d = ^100_000; my int @result = ^100_000; my $now = now; for ^500 { @result = @a >>+<< @b >>+<< @c >>+<< @d>>.sin; Nil }; say now - $now;
¦«master,hyper_codegen»:
===SORRY!=== Error while compiling /tmp/zOVYF5pqVK
Two terms in a row
at /tmp/zOVYF5pqVK:1
------> RAKUDO_OPTIMIZER_HYPER=1⏏ my int @a = ^100_000; my int @b = ^100_
expecting any of:
infix
infix stopper
statement end
statement modifier
statement modifier loop
«exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment