DEV Community

# functional

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Caesar Cipher: A Simple Encryption System in PicoLisp

Caesar Cipher: A Simple Encryption System in PicoLisp

5
Comments
7 min read
Talking technique: Recognizing context for cleaner design

Talking technique: Recognizing context for cleaner design

25
Comments 4
9 min read
Functional Pivoting – Tackling Ruby, Haskell, and Rust Playgrounds with Rein Henrichs

Functional Pivoting – Tackling Ruby, Haskell, and Rust Playgrounds with Rein Henrichs

6
Comments
27 min read
It's no tall tale. Automate your entire setup process with this TALL Stack package

It's no tall tale. Automate your entire setup process with this TALL Stack package

4
Comments 2
3 min read
A new declarative way to construct objects in Java

A new declarative way to construct objects in Java

5
Comments
5 min read
How Does Functional Programming Contribute to Modern Languages?

How Does Functional Programming Contribute to Modern Languages?

12
Comments
9 min read
Javascript Superpower - Higher Order Function

Javascript Superpower - Higher Order Function

50
Comments 2
3 min read
How to join the PicoLisp Community

How to join the PicoLisp Community

3
Comments
2 min read
Most Used Built-in functions in Python in

Most Used Built-in functions in Python in

18
Comments 3
8 min read
Haskell FizzBuzz in JavaScript

Haskell FizzBuzz in JavaScript

24
Comments 1
3 min read
Levelling up - 2: Use the debugger

Levelling up - 2: Use the debugger

5
Comments
6 min read
Designing solutions with state machines in Elixir

Designing solutions with state machines in Elixir

61
Comments 4
4 min read
Coroutine Vs Subroutine [ VBA Programming ]

Coroutine Vs Subroutine [ VBA Programming ]

6
Comments
3 min read
Levelling up - 1: Read the docs

Levelling up - 1: Read the docs

6
Comments
7 min read
A very first PicoLisp program

A very first PicoLisp program

6
Comments
6 min read
Database migrations in Scala

Database migrations in Scala

8
Comments
4 min read
Efficient zip function in JavaScript

Efficient zip function in JavaScript

5
Comments
3 min read
Why You Should Write Pure Functions

Why You Should Write Pure Functions

8
Comments
5 min read
Variable on Golang

Variable on Golang

8
Comments 4
2 min read
Let's chat about functional programming...

Let's chat about functional programming...

2
Comments 3
1 min read
60 PicoLisp Functions You Should Know - 6: Lists and Strings

60 PicoLisp Functions You Should Know - 6: Lists and Strings

5
Comments
6 min read
Higher Order Functions & Functional Composition

Higher Order Functions & Functional Composition

152
Comments 3
3 min read
Por que decidi aprender (e ensinar) Clojure

Por que decidi aprender (e ensinar) Clojure

57
Comments 5
5 min read
Haskell Quicksort in JavaScript

Haskell Quicksort in JavaScript

121
Comments 25
3 min read
60 PicoLisp Functions You Should Know - 5: Defining Own Functions

60 PicoLisp Functions You Should Know - 5: Defining Own Functions

6
Comments
4 min read
Haskell - The Most Gentle Introduction Ever (Part II)

Haskell - The Most Gentle Introduction Ever (Part II)

6
Comments
15 min read
Functional Programming with JS

Functional Programming with JS

154
Comments 4
2 min read
60 PicoLisp Functions You Should Know - 4: Control Flow

60 PicoLisp Functions You Should Know - 4: Control Flow

6
Comments
3 min read
Functional Programming in PHP: What, Why, and How

Functional Programming in PHP: What, Why, and How

8
Comments 1
7 min read
Functional way for handling exceptions in typescript

Functional way for handling exceptions in typescript

2
Comments
3 min read
60 PicoLisp Functions You Should Know - 3: Input/Output

60 PicoLisp Functions You Should Know - 3: Input/Output

4
Comments
4 min read
7 Useful Tools Written in Haskell

7 Useful Tools Written in Haskell

22
Comments 4
6 min read
Popular JavaScript Interview Questions

Popular JavaScript Interview Questions

8
Comments
2 min read
60 PicoLisp Functions You Should Know - 2: Defining Variables

60 PicoLisp Functions You Should Know - 2: Defining Variables

5
Comments
3 min read
Fluent If-Else statements?

Fluent If-Else statements?

6
Comments 2
1 min read
Stop abusing .map()!

Stop abusing .map()!

531
Comments 49
4 min read
What's that *args stuff in Python?

What's that *args stuff in Python?

27
Comments 6
4 min read
60 PicoLisp Functions You Should Know - 1: Arithmetics

60 PicoLisp Functions You Should Know - 1: Arithmetics

4
Comments
3 min read
Declarative vs imperative

Declarative vs imperative

115
Comments 6
9 min read
Reduce in 5 Minutes

Reduce in 5 Minutes

36
Comments 1
5 min read
Pros and Cons of PicoLisp Unfolded

Pros and Cons of PicoLisp Unfolded

3
Comments
5 min read
Programação Orientada a Aspectos

Programação Orientada a Aspectos

5
Comments 1
4 min read
Form follows function: Concepts and Data Types of PicoLisp

Form follows function: Concepts and Data Types of PicoLisp

3
Comments
5 min read
A Review of "Professor Fisby's Mostly Adequate Guide to Functional Programming"

A Review of "Professor Fisby's Mostly Adequate Guide to Functional Programming"

8
Comments 1
9 min read
Do You Know Where Lisp Is Used Nowadays?

Do You Know Where Lisp Is Used Nowadays?

16
Comments 3
5 min read
How to Handle NullPointerException using Java

How to Handle NullPointerException using Java

6
Comments
3 min read
How an applicative functor can help us validate forms

How an applicative functor can help us validate forms

7
Comments
7 min read
CĂłmo un funtor aplicativo puede ayudarnos a validar formularios

CĂłmo un funtor aplicativo puede ayudarnos a validar formularios

4
Comments
7 min read
2. First-Class Objects

2. First-Class Objects

3
Comments
1 min read
How to install PicoLisp

How to install PicoLisp

3
Comments
4 min read
The upside and downside of lodash

The upside and downside of lodash

13
Comments 3
5 min read
The Math of TypeScript's Types

The Math of TypeScript's Types

8
Comments 6
4 min read
Funções em Rust.

Funções em Rust.

5
Comments
2 min read
RustLings II

RustLings II

6
Comments 1
3 min read
Functional Programming in PicoLisp

Functional Programming in PicoLisp

2
Comments
3 min read
Important Array Functions In JS

Important Array Functions In JS

16
Comments
4 min read
Emulating Discriminated Unions in C# using Records

Emulating Discriminated Unions in C# using Records

7
Comments
3 min read
PHP global functions: how they affect code extensibility, testability and modularity

PHP global functions: how they affect code extensibility, testability and modularity

5
Comments
4 min read
Async await like syntax, without ppx in Rescript !!!

Async await like syntax, without ppx in Rescript !!!

7
Comments 2
4 min read
Leetspeak Generator

Leetspeak Generator

5
Comments
1 min read
loading...