Tagged in

Fsharp

ClearTax Engineering
ClearTax Engineering
Simplifying financial lives of Indians. https://cleartax.in
More information
Followers
329
Elsewhere
More, on Medium

F# 101

We had the first meeting of the Bangalore F# meetup group at the ClearTax office last Saturday.

The first session was by yours truly: F# 101, a hands-on overview of F#. It was conducted in 2 parts:

  1. An overview of the language, from the bottom-up. The F# script…

F# Functions Explained — Currying & Partial Application

Note: Originally published on the ClearTax Blog, in November 2014.

One of the most surprising parts of F# is the way it handles functions. Basically, each function in F# always takes one input parameter and…


Safer Programming with F# — Pattern Matching

Originally published on the ClearTax blog, in November 2014.

At ClearTax, we recently built a new version of our TDS Return software. And, we built it using F#.