|
|
|
|
|
by phillipcarter
2860 days ago
|
|
Great to hear that you're working to convince people to use it in the workplace. Not sure what your approach is, but a few things have worked for people very well: * F# for unit testing * F# + Giraffe or Saturn deployed to Docker containers on .NET Core (people tend to love the succinct routing and that it all runs on ASP.NET Core in Docker) * F# for internal tools to ingest and manipulate data, then put it into another place in a much more sane format * F# with FAKE for a right proper build script * F# with Azure Functions to perform some scheduled task or something like that (it also helps that Functions is dirt cheap) Good luck! |
|
However, I have messed around with data manipulation in F# for sports betting, and it's been exceptionally pleasant.
Love the work you guys are doing on the F# team.