changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/io/port.lisp

changeset 658: 804b5ee20a46
parent: c40d2a41d7ce
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 19 Sep 2024 23:23:02 -0400
permissions: -rw-r--r--
description: zstd completed (besides zdict), working on readline
1 ;;; io/ports.lisp --- Lisp Ports API
2 
3 ;; Lisp ahoy!
4 
5 ;;; Commentary:
6 
7 ;; This is the Lisp PORTS protocol.
8 
9 ;; On a given computer system, processes pass by eachother like ships in the
10 ;; night. A port provides safe harbor amidst a long voyage.
11 
12 ;;; Code:
13 (in-package :io)