Functional programming
13.5K views | +0 today
Follow
 
Functional programming
Functional programming
Your new post is loading...
Your new post is loading...
Scooped by Srdjan Strbanovic
Scoop.it!

Functional Programming for the Object-Oriented Programmer

Functional Programming for the Object-Oriented Programmer | Functional programming | Scoop.it
Many, many of the legendary programmers know many programming languages. What they know from one language helps them write better code in another one.
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

Contextual Parsing With The Chain Method [Parser Combinators From Scratch] Episode 4

In this episode we will write the method `Parser.chain(fn)` which utilises functional programming concepts to empower our system with contextual abilities! W...
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

Introduction to Functional Programming - Eli Golding

An Introduction to the basics of Functional Programming. Given by Eli Golding at the Lakewood Software Developers Meetup on November 16th, 2016. Slides ca
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

Clojure for the Brave and True by Daniel Higginbotham

Clojure for the Brave and True by Daniel Higginbotham More Info http://bit.ly/2fHi7eH Read Clojure for the Brave and True Daniel Higginbotham Download Fo
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

My adventure with Elm - Yan Cui

Reactive Extensions (Rx) has brought reactive programming to the mainstream in recent years with successful adoption in languages such as C#, Java an
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

Real-World Functional Scala by Chris Birchall

Even if you have learned about specific functional programming techniques, it can be tricky to get a feel for how to build a ‘real-world’ functiona
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

Functional Programming with F# - Part 1 [Episode 001]

In this episode I introduce the F# programming language and guide you through some basic functional programming concepts while showing F# language features
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

Functional Game Logic with State Pipelines - F# Part 3 [Episode 003]

In this episode we start building the basic logic for our text adventure game by constructing a logic pipeline that transforms the game world state. W
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

Applying functional programming in code design

Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/cppcon/cppcon2015 — At first glance C doesn't see
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

PolyConf 16: Functional Thinking / Artur Czajka

Functional programming didn't enter our homes with full power, although, you could tell it's trying. We'll look at simple functional concepts, which can b
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

JavaScript Air Episode 034: Typed Functional Programming in JavaScript

"Tie your hands to free your mind" is a mantra you hear that applies really well to the constraints that you put on yourself by embracing statically type
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

“First-Class Commands:” An unexpectedly fertile design pattern - Reginald Braithwaite

Treating behaviour as a first-class entity is a staple of functional programming, and as the “Command Pattern,” it is a staple of OOP as well. In this talk w...
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals, Chapter 1 of 13

Welcome to a new technical series on Channel 9 folded into a different kind of 9 format: These are what you think they are, lectures. They are not conversati...
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

Functional JavaScript Tutorial - #4 Memoization

Memoization it is an optimization technique. It consists of storing function result instead of recomputing it each time. In other words, it is a « cache » fo...
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

working on open source typescript / functional programming time tracking API before going to work

https://github.com/jsphweid/magic...

No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

Hello From the Other Side: An F# expat after a year of Scala (Lincoln Atkinson)

Live stream of the San Francisco F# User Group meetup https://www.meetup.com/sfsharp/events/235267634/ Like Springfield and Shelbyville, Eagleton an
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

modifying data

Subclips blatantly stolen from: Video: Functional Programming & Haskell - Computerphile https://www.youtube.com/watch?v=LnX3B9oaKzw Music: Derek Fiechter
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

Functional JavaScript: In a hurry learn you curry (part 2: the code)

Are you learning Functional Programming in JavaScript? Then you need to master curry! In a world of code duplication, elite programmers transform ordinar
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

Introduction to Functional Programming | Lesson 2 Part 1 (Unedited)

Learn Functional Programming using Haskell with LambdaSchool - a practical course on developing applications in a purely functional programming language
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

Functional Programming with F# - Part 2 [Episode 002]

In this episode, I walk you through the design of a data model for a text-based adventure game in F#. We'll cover F#'s record types, discriminated unions
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

Functional architecture - The pits of success - Mark Seemann

Object-oriented architects and developers have, over the years, learned many hard lessons about successfully designing systems with object-oriente
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

YOW! Lambda Jam 2016 Tony Morris - The Expression Problem and Lenses

The Expression Problem (TEP), a new name by Phil Wadler for an old problem, has presented challenges to programmers for decades. The practica
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

data.bythebay.io: Malcolm Greaves, Functional Programming for Machine Learning and Data Pipelines

It is easy to make a fast, incorrect algorithm. In machine learning, we are often faced with two challenges: correctly implement a complicated, math-heav
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

Functional Programming for Business

Is functional programming right for you business? In this talk, Eric Normand gets past the hype and gives you the straight dope. Recorded at BarCampNola 2016.
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

What is pure functional programming, and how it can improve our application testing? by Luca Molteni

Pure functional programming is helping developers developing more robust and simpler programs, but it also helps them testing the behaviour of their applicat...
No comment yet.
Scooped by Srdjan Strbanovic
Scoop.it!

Introducing Elixir: Getting Started in Functional Programming

http://j.mp/1U7jWyB
No comment yet.