Last active
December 20, 2015 10:19
-
-
Save grondilu/6114722 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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