DEV Community

# functional

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Clojure 101 / logical true or false

Clojure 101 / logical true or false

5
Comments
1 min read
Clojure 101 / operator precedence

Clojure 101 / operator precedence

7
Comments
1 min read
A pinch of magic🧙‍♂️

A pinch of magic🧙‍♂️

13
Comments 1
5 min read
Simple js compose

Simple js compose

7
Comments
1 min read
Type Safe Routing with fp-ts-routing

Type Safe Routing with fp-ts-routing

34
Comments 1
7 min read
How to handle exceptions in Clojure

How to handle exceptions in Clojure

6
Comments
4 min read
Unchecked vs checked exception (with FP glasses)

Unchecked vs checked exception (with FP glasses)

7
Comments 7
4 min read
Null Safety in Kotlin

Null Safety in Kotlin

2
Comments
5 min read
Implementing a Ternary Operator in Scala

Implementing a Ternary Operator in Scala

26
Comments 6
4 min read
Unconditional FizzBuzz: a Functional approach

Unconditional FizzBuzz: a Functional approach

12
Comments 1
4 min read
Decomposing Features into Pipelines

Decomposing Features into Pipelines

7
Comments
2 min read
Lens in 2007

Lens in 2007

5
Comments
1 min read
Typescript Function Types, Arrow Functions y Decorators

Typescript Function Types, Arrow Functions y Decorators

6
Comments
5 min read
My most used Java 8 Lambda functions

My most used Java 8 Lambda functions

8
Comments
7 min read
Unconditional Challenge: FizzBuzz without `if`

Unconditional Challenge: FizzBuzz without `if`

26
Comments 55
2 min read
JavaScript functions vs LINQ C#

JavaScript functions vs LINQ C#

6
Comments
3 min read
Enso Dev Blog - 19th June 2020

Enso Dev Blog - 19th June 2020

3
Comments
8 min read
Error handling in Scala

Error handling in Scala

3
Comments
8 min read
Attempting OOP in the Functional Paradigm

Attempting OOP in the Functional Paradigm

7
Comments
3 min read
Homebrew Brewfile Dump with Haskell

Homebrew Brewfile Dump with Haskell

6
Comments
3 min read
Practical Guide to Fp-ts P2: Option, Map, Flatten, Chain

Practical Guide to Fp-ts P2: Option, Map, Flatten, Chain

43
Comments
5 min read
What is a Web Framework, and Which one you should use?

What is a Web Framework, and Which one you should use?

23
Comments 2
5 min read
The beauty of recursion and pattern matching in functional programming languages

The beauty of recursion and pattern matching in functional programming languages

10
Comments
3 min read
Solving Algorithm Challenges in Haskell: Anagrams

Solving Algorithm Challenges in Haskell: Anagrams

12
Comments 6
5 min read
Composition of Function Composition - (.).(.)

Composition of Function Composition - (.).(.)

6
Comments
3 min read
함수 합성 함수의 합성 - (.).(.)

함수 합성 함수의 합성 - (.).(.)

7
Comments 1
2 min read
3 minimal features for my dev.to api wrapper

3 minimal features for my dev.to api wrapper

5
Comments
2 min read
Practical Guide to Fp-ts P1: Pipe and Flow

Practical Guide to Fp-ts P1: Pipe and Flow

62
Comments
4 min read
Using F# and DDD to create an online card game

Using F# and DDD to create an online card game

8
Comments
2 min read
Using F# and DDD to create an online card game[Part 2]

Using F# and DDD to create an online card game[Part 2]

1
Comments
2 min read
Crossposting to Medium via Command Line

Crossposting to Medium via Command Line

8
Comments
3 min read
bye, element...

bye, element...

6
Comments
1 min read
Power of Js reducer

Power of Js reducer

6
Comments
2 min read
Map and Join and Strings()

Map and Join and Strings()

6
Comments
1 min read
Some Higher-Order Functions. A Fool's Guide To Writing Functional JS (Part 3)

Some Higher-Order Functions. A Fool's Guide To Writing Functional JS (Part 3)

35
Comments 2
10 min read
Planning my career development for 2020 - 6 months review

Planning my career development for 2020 - 6 months review

167
Comments 11
8 min read
Tagged unions and Fantasy Land

Tagged unions and Fantasy Land

5
Comments
19 min read
Callback Deep Dive in JavaScript

Callback Deep Dive in JavaScript

4
Comments
4 min read
Composition in Ruby with the >> operator

Composition in Ruby with the >> operator

12
Comments
2 min read
FP(06): Recursive Function ฟังก์ชันเวียนเกิด, เขียนลูปไม่ได้ทำยังไง? มาเขียนฟังก์ชันเรียกตัวเองแทนกันเถอะ!

FP(06): Recursive Function ฟังก์ชันเวียนเกิด, เขียนลูปไม่ได้ทำยังไง? มาเขียนฟังก์ชันเรียกตัวเองแทนกันเถอะ!

6
Comments
2 min read
Nix - Trying out Haskell with less hassle

Nix - Trying out Haskell with less hassle

14
Comments
3 min read
Explaining: Pure Functions

Explaining: Pure Functions

4
Comments
2 min read
OOP vs Functional Programming

OOP vs Functional Programming

152
Comments 45
1 min read
How to write clean functions

How to write clean functions

187
Comments 5
5 min read
Referential Transparency in Scala - Pt. I - Pure Functions

Referential Transparency in Scala - Pt. I - Pure Functions

7
Comments
6 min read
Custom Markdown in Pandoc

Custom Markdown in Pandoc

7
Comments
3 min read
Elixir: Binary to Decimal

Elixir: Binary to Decimal

6
Comments
3 min read
Transcoding video with AWS Lambda and Elastic Transcoder

Transcoding video with AWS Lambda and Elastic Transcoder

6
Comments 1
2 min read
You should learn Elixir, here is why...

You should learn Elixir, here is why...

29
Comments
4 min read
Intro to Functional JavaScript

Intro to Functional JavaScript

4
Comments
2 min read
Functional Programming in JavaScript

Functional Programming in JavaScript

92
Comments 11
5 min read
graphics-ts: Functional Bindings for the HTML 5 Canvas API

graphics-ts: Functional Bindings for the HTML 5 Canvas API

13
Comments 1
7 min read
File Order in F# - the most annoying thing for a beginner?

File Order in F# - the most annoying thing for a beginner?

8
Comments 7
2 min read
Optimize Performance of your React App

Optimize Performance of your React App

8
Comments
5 min read
RecordDotSyntax in Haskell

RecordDotSyntax in Haskell

8
Comments
2 min read
Programming Language MANOOL

Programming Language MANOOL

3
Comments
10 min read
Functional Programming in PHP

Functional Programming in PHP

13
Comments 2
1 min read
How to avoid the Visitor pattern in C#

How to avoid the Visitor pattern in C#

24
Comments 5
6 min read
Frequently Asked Questions

Frequently Asked Questions

9
Comments 2
7 min read
FP serves the most delicious abstractions

FP serves the most delicious abstractions

5
Comments
2 min read
loading...