Learn How

Functional Programming is style of crafting software where functions are the fundamental building blocks. Among other features, this allows programmers to create simpler software for complex problems.

Individual languages can either help or hinder this style of programming. The extremes swing from "Purely Functional" to "Imperative". Most functional programming languages have some imperative facilities and vice-versa.

Functional Programming Concepts

The Functional Thinking (video) presentation is a good start, although it assumes knowledge of Java semi-technical audiences can fully appreciate the the rationale and flexibility of functional programming.

Erik Meijer's Presentations (video) are pretty good, the first few are language agnostic.

Functional Programming In Practice

F#

  • F# For Fun and Profit Scott Wlaschin's amazing blog dedicated to the F# programming language, a must for any beginner.
  • F# Software Foundation Open community pioneering and advocating the F# programming language.
  • "Expert F# 4.0" (book) Don Syme, the creator of F# gives you expert advice and know how in F#

Clojure

Clojure Script

Haskell

Scala

Multi Discipline

  • Functional Geekery Podcast Great podcast that interviews the best and brightest in our community. Highly enlightening and recommended.

More!

Send a message or join us now on Slack and ask any questions you have, we can refer you to whatever you need based on your experience and need.

This is a living document and work in progress. If there is something in particular that you love let us know.

We appreciate your interest!

Even More

The following links are from our Functional Programming channel on Charleston Tech Slack:

http://lambdaconf.us/downloads/documents/lambdaconfslfp.pdf




© Copyright 2016 by Functional SC . All rights reserved.