Skip to content

Instantly share code, notes, and snippets.

@grondilu
Last active December 20, 2015 10:19
Show Gist options
  • Save grondilu/6114722 to your computer and use it in GitHub Desktop.
Save grondilu/6114722 to your computer and use it in GitHub Desktop.
sub ethiopicmult($a, $b) {
my @left = $a, * div 2 ... 1;
my @right := $b, 2 * * ... *;
[+] map *.value, grep *.key % 2, (@left Z=> @right)
}
say ethiopicmult 17, 34;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment