1. 18

This article is also available over Gopher with selector 2019-07-27 for the menu.

The Gopher URL is the following: gopher://verisimilitudes.net/12019-07-27

Comments are preferable to points and part of why I submit my work here.

    1. 3

      Pledge/Unveil seems like an interesting API, I didn’t know about it.

      The package body seems fine at a glance,

    2. 1

      Funny. I wrote an unveil module for Chibi Scheme a couple days ago, and have a similar one for pledge… However, pledge with dynamic languages is kind of interesting as there are a set of things you always have to have in order to continue running the VM. Need to figure out how to make that a bit better…