Posts tagged “swift”

86 posts · All tags

2026

Apr 5

Swift Blog Carnival: Tiny Languages

The Swift Blog Carnival topic for April is open; it is about Tiny Languages. Read what a blog carnival is, why you should care, and how to participate!

2025

Apr 4

The Limits of swift-markdown Customization

So I’ve tried to create a processing pipeline with the Markdown package published by the Swift Team. It does a couple of really nice things, but it is also very locked-down in its functionality.

Mar 31

Working with Process Pipe and Its 64KiB Limit

Piping data from your Swift program to another program, or receiving large amounts of data from standard input, can be prone to errors, freezing your program. Here is how to do it safely.

2024

Aug 13

Typed Filters and callAsFunction

Combining three Swift features for the sake of expressivitiy: sum types aka enums, callAsFunction to introduce “callable” semantics, and type extensions to beautify call sites.

2023

2022

2021

2020

2019

2018

2017

2016

2015