8000 GitHub - mclang/anagrammer: F# script that generates anagrams from given words
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

F# script that generates anagrams from given words

License

Notifications You must be signed in to change notification settings

mclang/anagrammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple F# anagram generator

Makes anagrams from the words given as command line arguments and prints them out.

Concatenates the given words into one and removes spaces before finding all the possible permutations.

Needs .NET, Dotnet Core or Mono and FSharp installed.

Usage (linux)

$ fsharpi Anagrammer.fsx "first" "second" "nth word"

About

F# script that generates anagrams from given words

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0