Functional programming
13.6K views | +0 today
Follow
Functional programming
Functional programming
Your new post is loading...
Your new post is loading...
Scooped by Srdjan Strbanovic
March 12, 2016 7:51 AM
Scoop.it!

Erlang Factroy SF 2016 - Keynote - John Hughes - Why Functional Programming Matters

Presenter: John Hughes
No comment yet.
Scooped by Srdjan Strbanovic
March 20, 2015 10:50 AM
Scoop.it!

Look, No Mocks! Functional TDD with F#

Look, No Mocks! Functional TDD with F# | Functional programming | Scoop.it
Mark Seemann uses F# to demonstrate how to use functional design with TDD to remove the need for Mock objects.
No comment yet.
Scooped by Srdjan Strbanovic
March 19, 2015 12:33 PM
Scoop.it!

Case Study: Type-safe Domain Modeling in F# - Deliberate Software

Case Study: Type-safe Domain Modeling in F# - Deliberate Software | Functional programming | Scoop.it
Domain modeling in F# is significantly easier and safer than with the
traditional .NET languages. This is because of the increased safety of
pattern …
No comment yet.
Scooped by Srdjan Strbanovic
March 18, 2015 5:26 PM
Scoop.it!

Seven ineffective coding habits many F# programmers don't have

Seven ineffective coding habits many F# programmers don't have | Functional programming | Scoop.it
This post summaries the seven ineffective coding habits that Kevlin Henney outlined in his talk and how, in opinion and experience, F# helps prevent.
No comment yet.
Scooped by Srdjan Strbanovic
March 1, 2015 12:24 PM
Scoop.it!

F# Async: AsyncSeq

F# Async: AsyncSeq | Functional programming | Scoop.it
Async extensions for F#
No comment yet.
Scooped by Srdjan Strbanovic
February 20, 2015 5:06 PM
Scoop.it!

16 Months of Functional Programming

16 Months of Functional Programming | Functional programming | Scoop.it
I'd like to share my experience with functional programming in this article. I feel like I've learned more in the...
No comment yet.
Scooped by Srdjan Strbanovic
February 8, 2015 10:49 AM
Scoop.it!

About Ramda - James Forbes

About Ramda - James Forbes | Functional programming | Scoop.it
No comment yet.
Scooped by Srdjan Strbanovic
February 7, 2015 3:26 PM
Scoop.it!

Pure Functional Structures with Elm

No comment yet.
Scooped by Srdjan Strbanovic
February 3, 2015 3:22 PM
Scoop.it!

Functoriality

Functoriality | Functional programming | Scoop.it
This is part 8 of Categories for Programmers. Previously: Functors. See the Table of Contents. Now that you know what a functor is, and have seen a few examples, let's see how we can build larger f...
No comment yet.
Scooped by Srdjan Strbanovic
January 25, 2015 12:46 PM
Scoop.it!

A minimal full bitcoin node in F# | Talkera

A minimal full bitcoin node in F# | Talkera | Functional programming | Scoop.it
No comment yet.
Scooped by Srdjan Strbanovic
January 25, 2015 12:31 PM
Scoop.it!

Programming the Azure Active Directory with F#

No comment yet.
Scooped by Srdjan Strbanovic
January 25, 2015 12:09 PM
Scoop.it!

A functional approach to authorization | F# for fun and profit

A functional approach to authorization | F# for fun and profit | Functional programming | Scoop.it
Capability based security and more
No comment yet.
Scooped by Srdjan Strbanovic
January 20, 2015 6:52 PM
Scoop.it!

Brewing MISO to serve Nymote | Amir Chaudhry

Brewing MISO to serve Nymote | Amir Chaudhry | Functional programming | Scoop.it
No comment yet.
Scooped by Srdjan Strbanovic
March 19, 2015 12:46 PM
Scoop.it!

Part 3: Running your own DNS Resolver with MirageOS

Part 3: Running your own DNS Resolver with MirageOS | Functional programming | Scoop.it
This article is the third in the "Running your own DNS Resolver with MirageOS" series. In the first part, we used the ocaml-dns library to lookup the hostname corresponding with an IP address using...
No comment yet.
Scooped by Srdjan Strbanovic
March 19, 2015 12:33 PM
Scoop.it!

Getting wooed by F#

One of my goals this year is to learn a new programming language. This language should use a programming style different than what I am familiar with (currently C# and Javascript). As I am settled in the .net space I...
No comment yet.
Scooped by Srdjan Strbanovic
March 18, 2015 12:28 PM
Scoop.it!

A more functionally idiomatic approach to Akka.NET

A more functionally idiomatic approach to Akka.NET | Functional programming | Scoop.it
Three weeks ago I wrote about my experiences trying out Akka.NET. I had assembled a small working Akka.NET example application written in F# using the information I was able to find on the subject. My first attempt however...
No comment yet.
Scooped by Srdjan Strbanovic
March 1, 2015 12:20 PM
Scoop.it!

Delusional software ramblings | Introducing - The Mixin Type Provider

Delusional software ramblings | Introducing - The Mixin Type Provider | Functional programming | Scoop.it
No comment yet.
Scooped by Srdjan Strbanovic
February 14, 2015 9:36 PM
Scoop.it!

Simplifying F# Type Provider Development

Simplifying F# Type Provider Development | Functional programming | Scoop.it
Type Providers are an essential element for F#’s extensibility model, but creating new ones can be a chore. Dave Fancher shows how to take the tedium out authoring Type Providers using some simple inline factory methods.
No comment yet.
Scooped by Srdjan Strbanovic
February 8, 2015 10:46 AM
Scoop.it!

FsCheck setup in F# · μπ log

No comment yet.
Scooped by Srdjan Strbanovic
February 4, 2015 12:48 PM
Scoop.it!

F# for Trading

F# for Trading | Functional programming | Scoop.it
Phil Trelford describes and demonstrates areas where F# excels, such as domain modeling, computation and concurrency.
No comment yet.
Scooped by Srdjan Strbanovic
February 3, 2015 3:20 PM
Scoop.it!

Library patterns: Multiple levels of abstraction

Library patterns: Multiple levels of abstraction | Functional programming | Scoop.it
Over the last few years, I created or contributed to a number of libraries. In this blog post (or perhaps a series), I'll share some of the things I learned when trying to answer the question: What should a good library look like? I'll start by looking at a library design pattern that I call 'levels of abstraction'.
No comment yet.
Scooped by Srdjan Strbanovic
January 25, 2015 12:38 PM
Scoop.it!

The FsSql Open Source Project on Open Hub

The FsSql Open Source Project on Open Hub | Functional programming | Scoop.it
The project page on OpenHub.net for FsSql. Functional wrapper around ADO.NET for F#
No comment yet.
Scooped by Srdjan Strbanovic
January 25, 2015 12:29 PM
Scoop.it!

F# Record Types with SqlProvider Code-Last

F# Record Types with SqlProvider Code-Last | Functional programming | Scoop.it
As I talked about last week, I was looking at different ways of using the Entity Framework type provider to map to my domain model.  While I was working on the process,  Ross McKinley saw...
No comment yet.
Scooped by Srdjan Strbanovic
January 25, 2015 11:10 AM
Scoop.it!

Inside My World (Ode to Functor and Monad)

Inside My World (Ode to Functor and Monad) | Functional programming | Scoop.it
I like Haskell because it lets me live inside my world. There are a lot of special worlds out there! And Haskell lets me stay in those worlds, and use all of the tools I normally have when I’m not there. I get to transform normal tools into tools that work in my world. (This post is meant to be approachable by people unfamiliar with Haskell! That being said, if there is a concept you don’t understand, feel free to leave a comment, tweet me, stop by on irc at freenode’s #haskell, or give Learn Yo
No comment yet.