Skip to content

leto/perl6-Algorithm-Soundex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Algorithm::Soundex - Soundex Algorithms in Perl 6

use v6;
use Algorithm::Soundex;

my Algorithm::Soundex $s .= new();
my $soundex               = $s.soundex("Leto");
say "The soundex of Leto is $soundex";

Running Tests

$ prove -e "perl6 -Ilib" -r t/

Contributing

Patches welcome!

About

American Soundex algorithm in Perl 6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%