Skip to content

Instantly share code, notes, and snippets.

View Alex1005a's full-sized avatar

Alex1005a

  • Saint Petersburg, Russia
View GitHub Profile
@dino-
dino- / string-conversions.hs
Last active June 24, 2025 09:38
A handy illustration of converting between String, Text and ByteString in Haskell
#! /usr/bin/env stack
-- stack --resolver lts-18.8 script
{-# LANGUAGE OverloadedStrings #-}
{-
This is a handy illustration of converting between five of the commonly-used
string types in Haskell (String, ByteString, lazy ByteString, Text and lazy
Text).
@graninas
graninas / enq-node-framework.md
Last active February 26, 2025 03:34
Building network actors with Node Framework
@danidiaz
danidiaz / _FP reading lists.md
Last active August 12, 2025 12:57
assorted reading lists

A series of reading lists mostly related to functional programming.

@chrisdone
chrisdone / typing.md
Last active August 14, 2025 17:50
Typing Haskell in Haskell

Typing Haskell in Haskell

MARK P. JONES

Pacific Software Research Center

Department of Computer Science and Engineering

Oregon Graduate Institute of Science and Technology