"FinalBot" now supports F# as a language

We all love programming competitions. The folk over at FinalBot are taking this one step further, for seriously competitive developers.

Welcome to FinalBot, a community for competitive software developers. ... FinalBot provides a set of competitions with rules and guidelines. Your job is to develop a bot—your player in this world—to compete on your behalf. Once you submit your bot, it’s automatically included in future tournaments. After each tournament is over you’ll have the opportunity to review your bot’s performance and decide if and how you want to refine its behavior... Our first competition—active right now—is our version of Texas Hold ‘Em Poker. ...

FinalBot is now supporting F# as a language. Ed Kaim has from FinalBot this to say:

We’re proud to support F# as a programming language for FinalBot competitions. For those who aren’t familiar with F#, it was originally designed by Don Syme and is an ongoing project by Microsoft Research. Officially, "F# is a succinct, expressive and efficient functional and object-oriented language for .NET which helps you write simple code to solve complex problems." It's also important to note that F# is available for virtually every major operating system.

For many scenarios, such as bot development, F# is an excellent choice because of its functional nature. This allows for concise and elegant code while still offering a lot of very practical constructs. If you haven’t yet considered F#, you can learn more at <www.fsharp.net>. We also plan on providing some videos and labs focusing on F# in the near future, so stay tuned.

When using F# for FinalBot, be sure to build your project using the --standalone flag (note the two dashes) so that it contains everything needed to execute in the official competition environment