Companion repository for my blog post "Compile Time String Validation"
This repository contains code for a couple of implementations of a dummy pledge
function (based upon the pledge(2)
system call in OpenBSD) that validates its arguments at compile time rather than run time.
The aim is to explore the compile time facilities of different languages.
Language | Status |
---|---|
D | |
Nim | |
Zig |