Functional Programming

A better way to write software

WELCOME TO FUNCTIONAL SC
Functional Programming is style of crafting software that allows programmers to create simpler software for complex problems, saving you money and time.

We advocate for all functional programming technologies, in many standard programming languages or with one tailored for it such as:
Haskell, Clojure, F#, Erlang, OCaml, Scala and more.

Based in historic Charleston, South Carolina we are open to all to learn and explore technology.


CORRECT
Powerful type systems shake out many problems before the program even runs.

CONCURRENT
Doing more than one thing at a time is easier with Functional Programming.

EXPRESSIVE
Abstract away boilerplate commonly found in popluar programming languages.

DECLARATIVE
Why tell the computer how to do something when you can just tell it what you want?

NO SIDE EFFECTS
The metaphorical rug isn't pulled from under your feet with small, reusable functions that don't tarnish the environment.

TESTABLE
This highly abstract environment leads to automated testing.

FUNCTIONAL PROGRAMMING
DISCOVER TODAY
November 5th, 2019

Lambda Calculus

Lambda Calculus isn’t just a fancy word: it defines our software, our numbers and perhaps even reality itself.

April 19th, 2022

State of the Functional World

Our first meeting since the pandemic! A nice face to face will help with those pandemic-blues where we discuss the state of the Functional Programming world and more!

Jun 21st, 2016

Practical Functional Programming: The Virtues of Laziness

When you're new to Functional Programming, or struggling to learn it after coming from an Object Oriented background, you're likely to ask: "This is so different, what's the practical aspect?"

Nov 20th, 2012

Don't Fear the Monad

Functional programming is increasing in popularity these days given the inherent problems with shared mutable state that is rife in the imperative world. As we march on to a world of multi and many-core chipsets, software engineering must evolve to better equip software engineers with the tools to exploit the vast power of multiple core processors as it won't come for free as it did in the recent past which was predictably based on Moore's law.

Mar 26th, 2016

Think Different

With such a conspicuous title you'd think this was meant to be ironic or a post-modern arthouse diatribe. Nope, I'm just asking you to literally think differently, because the future depends on it. Non-ironic drama intended.

July 19th, 2016

Introduction to F#

With a pre-recorded presentation, we explore the unique features that F# offers to functional developers: functions, composition, piping, discriminated unions, active patterns and computation expressions.



© Copyright 2016 by Functional SC . All rights reserved.