Welcome to F# Weekly,
A roundup of F# content from this past week:
https://twitter.com/c4fsharp/status/770333706770939904
News
- Fable samples – Explore Fable through fun demos!
- F# docs are now on docs.microsoft.com
- What’s New in C# 7.0
- The week in .NET – 8/30/2016
- 400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs?
- Azure Functions 0.5 release & August portal update
Videos/Presentations
- Functional Concurrency with the Actor Model – F# Part 4 – David Wilson
- Distributed .NET microservices architecture with Kubernetes in the cloud – Alena Hall
- Polyglot data science “the force awakens” with F#, R and D3.js – Evelina Gabasova & Tomas Petricek
- Coder F#nctionnel – dotNetConf 2016 Edition –
Nicolas VERINAUD
Blogs
- Bring internationalization (i18n) to your WebSharper webapps in FSharp – Kimserey Lam
- F# and Functional Programming – Jonathan Lindkvist
- Driving Canopy Tests with TypeProviders – Humble Toolsmith
- Crazy things you can do with the F# ternary operator -Aleksander Heintz
- Recursion and Pattern Matching – Jason Down
- Learn Me an F# for Great Good, Part I – Select *
- Monitoring Suave.io app with Datadog – Hodza Nassredin
- 60 Days of Euler in F# – Problem 21 – Bryan Slatner
- 60 Days of Euler in F# – Problem 22 – Bryan Slatner
- 60 Days of Euler in F# – Problem 23 – Bryan Slatner
- 60 Days of Euler in F# – Problem 24 – Bryan Slatner
- 60 Days of Euler in F# – Problem 25 – Bryan Slatner
F# vNext
- Sprint 105 Summary
- I am going to start using Squash and Merge
- PR: Faster name resolution
- Merged: Alternative Array.Filter implementation
- Recently proposed ideas:
Open source projects
- dsyme/fsharp-presentations – Archive of some F# presentations over the years
- fable-electron – Fable bindings and samples for Github Electron
- SourceCodeTypeProvider – F# provided types generated from C# or F# source code
- HttpFs.Auth0 – provides constructs which make it easier to use Auth0 when interacting with protected APIs.
- Hopac.Plus – A collection of utilities that encapsulate common concurrency patterns and constructs for use with the Hopac concurrency library.
- FSharpPerf
New Releases
- Paket 3.18.2
- SwaggerProvider 0.5.6
- FSharp.Object.Diff 0.9.0
- FSharp.Data.Xsd 0.0.9
- Logary 4.0.112
- Yaaf.FSharp.Scripting 1.7.0
- Persimmon 1.2.0
That’s all for now. Have a great week.
Previous F# Weekly edition – #35
Hello,
I’m an F# developer but I’m currently working on a project that requires PHP, so I wrote an implementation of F#-style monads in PHP. You can find it here:
https://github.com/fsharpn00b/PHPMonad
Feedback is welcome. Thank you!