I have recently started using F# and thought what better way to learn that try to port one of the evaluators to it.
I found the SpecialK evaluator and it did not appear as complex as some of the others such. Below is the link to my port if anyone is interested.
I know there are room for improvements and its not fully immutable, but it does successfully run as the original. I'm definitely open to suggestions,revisions, criticisims for improvements.
I wasn't sure if this post should go under the "Java Seven card evaluators" since its not Java so I started it as a new thread.
https://github.com/mrunks/PokerOdds-SpecialK-FSharpThanks for looking.