DEV Community

# purescript

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How to Fetch the Bitcoin Price from Kraken API in PureScript

How to Fetch the Bitcoin Price from Kraken API in PureScript

Comments
9 min read
Going from Promises to Aff in Purescript

Going from Promises to Aff in Purescript

Comments
3 min read
High-level overview of PureScript

High-level overview of PureScript

3
Comments
8 min read
Debugging without a “real” debugger

Debugging without a “real” debugger

2
Comments
6 min read
Calculating the maximum profit from stocks: Purescript Leetcode Solution (Updated to use Typeclass)

Calculating the maximum profit from stocks: Purescript Leetcode Solution (Updated to use Typeclass)

Comments
3 min read
Calculating the maximum profit from stocks: Purescript Leetcode Solution

Calculating the maximum profit from stocks: Purescript Leetcode Solution

Comments
9 min read
Justifying a paragraph of text in Purescript: Part 3

Justifying a paragraph of text in Purescript: Part 3

Comments
3 min read
Justifying a paragraph of text in Purescript: Part 2

Justifying a paragraph of text in Purescript: Part 2

Comments
4 min read
Justifying a paragraph of text in Purescript: Part 1

Justifying a paragraph of text in Purescript: Part 1

Comments
4 min read
Converting an Integer to Roman Numeral in Purescript

Converting an Integer to Roman Numeral in Purescript

1
Comments
5 min read
How to handle optional fields in PureScript

How to handle optional fields in PureScript

Comments
9 min read
"Should I learn Monads?"

"Should I learn Monads?"

Comments
2 min read
The 90% you need to know to use optics

The 90% you need to know to use optics

12
Comments
5 min read
A joy of working with JSON using PureScript

A joy of working with JSON using PureScript

4
Comments
8 min read
PureScript in Production

PureScript in Production

2
Comments
5 min read
purerl - Integrating PureScript into Elixir projects

purerl - Integrating PureScript into Elixir projects

2
Comments 1
5 min read
Inflist, an experiment using PureScript and React

Inflist, an experiment using PureScript and React

11
Comments
5 min read
Reading from the Standard Input (stdin) using PureScript

Reading from the Standard Input (stdin) using PureScript

4
Comments
2 min read
Decoding CBOR with PureScript

Decoding CBOR with PureScript

4
Comments
1 min read
Event Streaming Diagrams

Event Streaming Diagrams

2
Comments
1 min read
Purescript: Playing with Records

Purescript: Playing with Records

6
Comments
5 min read
A novel way to approach digital audio

A novel way to approach digital audio

10
Comments
9 min read
Four reasons that PureScript is your best choice to build a server in 2020

Four reasons that PureScript is your best choice to build a server in 2020

12
Comments 2
5 min read
Functional GraphQL 1 - Specs and typelevel parsing

Functional GraphQL 1 - Specs and typelevel parsing

6
Comments
7 min read
Type-safe rationals in PureScript - why, what, and how

Type-safe rationals in PureScript - why, what, and how

1
Comments
7 min read
Profunctors are everywhere!

Profunctors are everywhere!

14
Comments 1
18 min read
RecordDotSyntax in Haskell

RecordDotSyntax in Haskell

8
Comments
2 min read
Introducing Halogen Hooks

Introducing Halogen Hooks

8
Comments
7 min read
PureScript: UI driven by Finite State Machines and Event Streams, Part II: The Example

PureScript: UI driven by Finite State Machines and Event Streams, Part II: The Example

4
Comments
8 min read
PureScript: UI driven by Finite State Machines and Event Streams

PureScript: UI driven by Finite State Machines and Event Streams

12
Comments 4
15 min read
Introduction to PureScript: Twitter Search API

Introduction to PureScript: Twitter Search API

16
Comments 1
8 min read
PureScript on AWS Lambda: Using Express and Serverless

PureScript on AWS Lambda: Using Express and Serverless

6
Comments
3 min read
Purescript - Halogen Routing

Purescript - Halogen Routing

22
Comments 1
5 min read
Purescript - React Basic Hooks Routing

Purescript - React Basic Hooks Routing

10
Comments
5 min read
Purescript - React Basic Hooks, useAff

Purescript - React Basic Hooks, useAff

6
Comments
2 min read
Advent of Code 2019 in PureScript - Day 1, part 1

Advent of Code 2019 in PureScript - Day 1, part 1

10
Comments 1
6 min read
Practical Profunctor Lenses & Optics In PureScript

Practical Profunctor Lenses & Optics In PureScript

25
Comments
21 min read
How to Replace React Components With PureScript

How to Replace React Components With PureScript

20
Comments 1
18 min read
Scripting in Haskell and PureScript

Scripting in Haskell and PureScript

11
Comments
4 min read
A Parser Combinator in PureScript (part 2/2)

A Parser Combinator in PureScript (part 2/2)

6
Comments
7 min read
A Parser Combinator in PureScript (part 1/2)

A Parser Combinator in PureScript (part 1/2)

5
Comments
5 min read
A State Monad in PureScript

A State Monad in PureScript

8
Comments
6 min read
Folding Trees in PureScript

Folding Trees in PureScript

5
Comments
6 min read
Game of Life in PureScript

Game of Life in PureScript

5
Comments
2 min read
Nim in PureScript

Nim in PureScript

5
Comments
3 min read
Hangman in PureScript

Hangman in PureScript

7
Comments 2
1 min read
API constraints a'la carte in Haskell & PureScript

API constraints a'la carte in Haskell & PureScript

11
Comments
3 min read
Global Message passing inside Purescript Halogen

Global Message passing inside Purescript Halogen

6
Comments
2 min read
A Useless Compiler in PureScript

A Useless Compiler in PureScript

10
Comments
3 min read
Purescript with hot reloading using Parcel

Purescript with hot reloading using Parcel

18
Comments
2 min read
Functors Compose, Monads Do Not

Functors Compose, Monads Do Not

7
Comments 2
2 min read
Testing Bank Kata in PureScript

Testing Bank Kata in PureScript

7
Comments
4 min read
Bank Kata in PureScript

Bank Kata in PureScript

6
Comments
5 min read
TypeScript vs PureScript: Not all compilers are created equal

TypeScript vs PureScript: Not all compilers are created equal

9
Comments
17 min read
コモナドスケッチ ~ 2. 大改造!!劇的ビフォーアフター ~

コモナドスケッチ ~ 2. 大改造!!劇的ビフォーアフター ~

8
Comments
1 min read
コモナドスケッチ ~ 1. DOMのコラージュ ~

コモナドスケッチ ~ 1. DOMのコラージュ ~

14
Comments
3 min read
Format Date with Purescript

Format Date with Purescript

16
Comments 2
2 min read
Integrate PureScript with your JavaScript application

Integrate PureScript with your JavaScript application

23
Comments
3 min read
Create PureScript tag

Create PureScript tag

11
Comments 1
1 min read
loading...