Recently I have been playing around with building a web site using F# through the Giraffe library. This has been an enlightening experience. Most of my previous web development knowledge is from the Python world, specifically Django. In this blog I will try to compare the feel these two so different niches have.F# vs PythonFirst things first - F# is a statically compiled functional language, which targets .NET framework. I'm …
more »