Если вы видите что-то необычное, просто сообщите мне. Skip to main content

Recently Updated Pages

Sum Types in Haskell

MONDAY MORNING HASKELL Haskell's Data Types!

Welcome to the second part of our series on Haskell's data types. This is part of an exploration ...

Updated 3 years ago by gasick

PART 1: HASKELL'S SIMPLE DATA TYPES

MONDAY MORNING HASKELL Haskell's Data Types!

I first learned about Haskell in college. I've considered why I kept up with Haskell after, even ...

Updated 3 years ago by gasick

Improving Performance with Data Structures

MONDAY MORNING HASKELL Testing in Haskell

Welcome to the third and final part of our Haskell testing series! In part 2, we wrote a solution...

Updated 3 years ago by gasick

Profiling and Benchmarking

MONDAY MORNING HASKELL Testing in Haskell

I've said it before, but I'll say it again. As much as we'd like to think it's the case, our Hask...

Updated 3 years ago by gasick

Purescript Part 3: Simple Web UI's

MONDAY MORNING HASKELL Purescript: Haskell + Javascript

In part 2 of this series, we continued learning the basic elements of Purescript. We examined how...

Updated 3 years ago by gasick

Purescript Part 2: Typeclasses and Monads

MONDAY MORNING HASKELL Purescript: Haskell + Javascript

In part 1 of this series, we started our exploration of Purescript. Purescript seeks to bring som...

Updated 3 years ago by gasick

Purescript Part 1: Basics of Purescript

MONDAY MORNING HASKELL Purescript: Haskell + Javascript

Our Haskell Web Series covers a lot of cool libraries you can use when making a web app. But fron...

Updated 3 years ago by gasick

Elm Part 4: Navigation

MONDAY MORNING HASKELL Elm: Functional Frontend

In part 3 of this series, we learned a few more complexities about how Elm works. We examined how...

Updated 3 years ago by gasick

Elm Part 3: Adding Effects

MONDAY MORNING HASKELL Elm: Functional Frontend

In part 2 of this series, we dug deeper into using Elm. We saw how to build a more complicated we...

Updated 3 years ago by gasick

Elm Part 2: Making a Single Page App

MONDAY MORNING HASKELL Elm: Functional Frontend

Welcome to part 2 of our series on Elm! Elm is a functional language you can use for front-end we...

Updated 3 years ago by gasick

Elm Part 1: Language Basics

MONDAY MORNING HASKELL Elm: Functional Frontend

Haskell has a number of interesting libraries for frontend web development. Yesod and Snap come t...

Updated 3 years ago by gasick

Contributing to GHC 3: Hacking Syntax and Parsing

MONDAY MORNING HASKELL Contributing to GHC

In part 2 of this series, we made more progress in understanding GHC. We got our basic developmen...

Updated 3 years ago by gasick

Contributing to GHC 2: Basic Hacking and Organization

MONDAY MORNING HASKELL Contributing to GHC

In part 1 of this series, we took our first step into the world of GHC, the Glasgow Haskell Compi...

Updated 3 years ago by gasick

Contributing to GHC 1: Preparation

MONDAY MORNING HASKELL Contributing to GHC

Welcome to our series on Contributing to GHC! The Glasgow Haskell Compiler is perhaps the biggest...

Updated 3 years ago by gasick

Mailchimp and Building Our Own Integration

MONDAY MORNING HASKELL Haskell API Integrations

Welcome to the third and final part in our series on Haskell API integrations! We started this se...

Updated 3 years ago by gasick

Sending Emails with Mailgun

MONDAY MORNING HASKELL Haskell API Integrations

In part 1 of this series, we started our exploration of the world of APIs by integrating Haskell ...

Updated 3 years ago by gasick

Twilio and Text Messages

MONDAY MORNING HASKELL Haskell API Integrations

Welcome to part 1 of our series on Haskell API integrations! Writing our own Haskell code using o...

Updated 3 years ago by gasick

Megaparsec

MONDAY MORNING HASKELL Parsing with Haskell

In part 3 of this series, we explored the Attoparsec library. It provided us with a clearer synta...

Updated 3 years ago by gasick

Attoparsec

MONDAY MORNING HASKELL Parsing with Haskell

In part 2 of this series we looked at the Regex-based Applicative Parsing library. We took a lot ...

Updated 3 years ago by gasick

Applicative Parsing

MONDAY MORNING HASKELL Parsing with Haskell

In part 1 of this series, we prepared ourselves for parsing by going over the basics of the Gherk...

Updated 3 years ago by gasick