From 4777ea6d080881eedb2064e395cc6760ae2190f4 Mon Sep 17 00:00:00 2001 From: tjpcc Date: Mon, 1 May 2023 08:14:54 -0600 Subject: explain the name --- README.gmi | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.gmi b/README.gmi index 100906b..571e605 100644 --- a/README.gmi +++ b/README.gmi @@ -4,6 +4,10 @@ Sliderule is the toolkit for working with the small web in Go. Think of it as a net/http for small web protocols. You still have to write your server, but you can focus on the logic you want to implement knowing the protocol is already dealt with. It's been said of gemini that you can write your server in a day. Now you can write it in well under an hour. +## The slide rule + +Sliderule is named after the iconic instrument used to perform approximate mathematical calculations before the advent of handheld electronic calculators. It was the predominant tool that identified an engineer during project Gemini, a sort of developer's tool of it's time. + ## The "sliderule" package Sliderule is carefully structured as composable building blocks. The top-level package defines the framework in which servers and clients can be built. diff --git a/README.md b/README.md index e085568..b5f95f9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ Sliderule is the toolkit for working with the small web in Go. Think of it as a net/http for small web protocols. You still have to write your server, but you can focus on the logic you want to implement knowing the protocol is already dealt with. It's been said of gemini that you can write your server in a day. Now you can write it in well under an hour. +## The slide rule + +Sliderule is named after the iconic instrument used to perform approximate mathematical calculations before the advent of handheld electronic calculators. It was the predominant tool that identified an engineer during project Gemini, a sort of developer's tool of it's time. + ## The "sliderule" package Sliderule is carefully structured as composable building blocks. The top-level package defines the framework in which servers and clients can be built. -- cgit v1.2.3