If your OO experience is in .Net then go straight to F#.
The Visual Studio IDE support for F# is a very good significant factor. Because F# is strongly typed intellisense picks up errors immediately, and the tool tips showing function types (although not quite as smooth as for C#)eg. "int -> bool") are invaluable. If notGetting to grips with the functional type system is probably the biggest barrier you will face, so, if you've got Visual Studio, then you'd this should be best to stick with OCamla major plus for F#. The OCaml language (Intellisense just for learning the syntax is more mature, and also has very helpful)
On the other hand, whenever I look for on-line resources and on a functional topic (eg. pattern matching, curry functions), I am impressed by the depth of the OCaml community. What may be relevant to you as an OO programmer is that When I got started with this a year ago, the on-line tutorials and manuals for OCaml OO features are strongerwere vastly superior to F# (and probably still are).
I actually got to grips with F# by working OCaml tutorials in Visual Studio :)
