âFunctional programming is appropriate for applications that exhibit one or more of the following characteristics: require significant computation (compute-bound) as they can be parallelized easily, are themselves parallel in nature, can benefit from asynchronous calls, need to be provable, or require sophisticated pattern matching. This means that functional programs are not generally applicable to typical line-of-business applications that deal with objects and their state over time; however, there may be portions of those programs, e.g., portfolio basket optimization for fixed-income securities, that would benefit greatly from using functionally-based libraries. We typically see functional programming applied to image processing, machine algebra, lexing and parsing, artificial intelligence, and data mining.â
.... from "F# Survival Guide" by John Puopolo with Sandy Squires
Whatâs the view on ET regarding F#?
Is F# important for automated trading, or is it going to be?
.... from "F# Survival Guide" by John Puopolo with Sandy Squires
Whatâs the view on ET regarding F#?
Is F# important for automated trading, or is it going to be?