close
The Wayback Machine - https://web.archive.org/web/20220531211305/https://dev.to/t/functional

DEV Community

# functional

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
The Solution Space

The Solution Space

Reactions 2 Comments
6 min read
Learning Pilog - 1: A Short Introduction to Prolog

Learning Pilog - 1: A Short Introduction to Prolog

Reactions 4 Comments
3 min read
Programming a Cake

Programming a Cake

Reactions 4 Comments
8 min read
Why Functional Programming?

Why Functional Programming?

Reactions 6 Comments 1
7 min read
Curring in Python and why it sucks

Curring in Python and why it sucks

Reactions 11 Comments
3 min read
Exploring Java Streams

Exploring Java Streams

Reactions 12 Comments
3 min read
Learning Clojure, part VII

Learning Clojure, part VII

Reactions 8 Comments
4 min read
Go: Making state explicit using the type system

Go: Making state explicit using the type system

Reactions 6 Comments
4 min read
Java 8: Functional programming interview questions

Java 8: Functional programming interview questions

Reactions 11 Comments
10 min read
How to hack the PicoLisp Database (and how to prevent it!) - An Introduction to XSS Attacks

How to hack the PicoLisp Database (and how to prevent it!) - An Introduction to XSS Attacks

Reactions 9 Comments
6 min read
Showcasing higher order functions with HTTP router

Showcasing higher order functions with HTTP router

Reactions 10 Comments
2 min read
Can you…? - Calculator

Can you…? - Calculator

Reactions 9 Comments 13
1 min read
React dot notation component with TS

React dot notation component with TS

Reactions 15 Comments 2
2 min read
Drop your Mastodon social links here. 👇

Drop your Mastodon social links here. 👇

Reactions 16 Comments 3
2 min read
What is `this`? Technical debt!

What is `this`? Technical debt!

Reactions 10 Comments
3 min read
Data immutability

Data immutability

Reactions 7 Comments
16 min read
Piping in JS, or what Elm taught me about partial application

Piping in JS, or what Elm taught me about partial application

Reactions 10 Comments
4 min read
Inflist, an experiment using PureScript and React

Inflist, an experiment using PureScript and React

Reactions 10 Comments
5 min read
Elixir Today: Create a Left Triangle Pattern using Elixir

Elixir Today: Create a Left Triangle Pattern using Elixir

Reactions 7 Comments
1 min read
The denotational semantics of server-side rendering

The denotational semantics of server-side rendering

Reactions 4 Comments 2
11 min read
Creating a User Interface to the Database: Displaying the data

Creating a User Interface to the Database: Displaying the data

Reactions 7 Comments
4 min read
Elixir Pipe in Python

Elixir Pipe in Python

Reactions 9 Comments
1 min read
Creating a User Interface for Data Modification, Part 2

Creating a User Interface for Data Modification, Part 2

Reactions 9 Comments
3 min read
Function Composition In JavaScript with multiple parameters

Function Composition In JavaScript with multiple parameters

Reactions 10 Comments
3 min read
Creating a User Interface for Data Modification, Part 1

Creating a User Interface for Data Modification, Part 1

Reactions 10 Comments
7 min read
Metapolymorphic providers

Metapolymorphic providers

Reactions 6 Comments
12 min read
Elixir Today: Create a Hollow Square using Elixir

Elixir Today: Create a Hollow Square using Elixir

Reactions 7 Comments
1 min read
Horizontal and vertical events

Horizontal and vertical events

Reactions 6 Comments
13 min read
The book that changed my development career now has a Javascript version

The book that changed my development career now has a Javascript version

Reactions 96 Comments 9
5 min read
Functional Kafka with Spring Cloud - Part 2

Functional Kafka with Spring Cloud - Part 2

Reactions 8 Comments
4 min read
Functional Kafka with Spring Cloud - Part 1

Functional Kafka with Spring Cloud - Part 1

Reactions 6 Comments
4 min read
What's That Typeclass: Monoid

What's That Typeclass: Monoid

Reactions 6 Comments
7 min read
Functional programming in Go (fp-go)

Functional programming in Go (fp-go)

Reactions 9 Comments
2 min read
Learning Clojure, part II

Learning Clojure, part II

Reactions 6 Comments
4 min read
Creating a User Interface to the Database: Setup

Creating a User Interface to the Database: Setup

Reactions 8 Comments
5 min read
The Case for TS+

The Case for TS+

Reactions 131 Comments 26
19 min read
A monad is a thing you put things in so you can do things with them.

A monad is a thing you put things in so you can do things with them.

Reactions 5 Comments
2 min read
What is a pure function?

What is a pure function?

Reactions 6 Comments
1 min read
Function purity and referential transparency

Function purity and referential transparency

Reactions 8 Comments
9 min read
Tree generation with a monoidal reduction

Tree generation with a monoidal reduction

Reactions 7 Comments
3 min read
[PHP] try to reduce overhead of debug logging using Closure(same to anonymous function)

[PHP] try to reduce overhead of debug logging using Closure(same to anonymous function)

Reactions 7 Comments
5 min read
Importância da Linguagem Haskell

Importância da Linguagem Haskell

Reactions 3 Comments
1 min read
Map, Filter, Reduce in C: recursive high-order functions using pointers

Map, Filter, Reduce in C: recursive high-order functions using pointers

Reactions 6 Comments
8 min read
Handling null: optional and nullable types

Handling null: optional and nullable types

Reactions 15 Comments
5 min read
The reverse state monad in F#

The reverse state monad in F#

Reactions 12 Comments
4 min read
FP Lenses enhanced - Going functional one step at a time

FP Lenses enhanced - Going functional one step at a time

Reactions 5 Comments
3 min read
Web Apps: GUI Enabling/Disabling of controls

Web Apps: GUI Enabling/Disabling of controls

Reactions 5 Comments
3 min read
How to create a To-Do App in PicoLisp (Responsive Version) - Part 2

How to create a To-Do App in PicoLisp (Responsive Version) - Part 2

Reactions 5 Comments
6 min read
Utilizing Scala Cats to improve database access code

Utilizing Scala Cats to improve database access code

Reactions 6 Comments
2 min read
Algebraic Data Types in Haskell

Algebraic Data Types in Haskell

Reactions 5 Comments
12 min read
Function context in JavaScript

Function context in JavaScript

Reactions 6 Comments
4 min read
Trying your luck with Elm

Trying your luck with Elm

Reactions 9 Comments
11 min read
My adventures in ML Land

My adventures in ML Land

Reactions 6 Comments
3 min read
Everything as an expression

Everything as an expression

Reactions 5 Comments
2 min read
Binding and continuations in ML

Binding and continuations in ML

Reactions 5 Comments
2 min read
Lenses and Partial-application - Going functional one step at a time

Lenses and Partial-application - Going functional one step at a time

Reactions 5 Comments
6 min read
Web Apps: An Animation

Web Apps: An Animation

Reactions 6 Comments
6 min read
Go the way to Go

Go the way to Go

Reactions 14 Comments
3 min read
Diving into the macros that make Phoenix controllers work

Diving into the macros that make Phoenix controllers work

Reactions 15 Comments 1
5 min read
Making a monoid: the art of mush-mashing

Making a monoid: the art of mush-mashing

Reactions 7 Comments
6 min read
loading...