DON'T
this release is usable but far from a definitive API. don't use in production
SYNOPSIS
anagram {
say
}
"bob"
;
FUTURE
add a callback to stop a branch of solution
anagram
"bob"
,
stop
=>
sub
{
length
> 2 && /^ana/ }
,
finally
=>
sub
{
say
}
also
* localize stuff to run anagrams in anagrams
* compare anything (not only char) ?