summaryrefslogtreecommitdiff
path: root/README.gmi
diff options
context:
space:
mode:
authortjpcc <tjp@ctrl-c.club>2023-05-01 08:14:54 -0600
committertjpcc <tjp@ctrl-c.club>2023-05-01 08:14:54 -0600
commit4777ea6d080881eedb2064e395cc6760ae2190f4 (patch)
tree2b32971d906a9bb3bf9137538b2162855b2634a2 /README.gmi
parenta5c7ce6cf5f132d132e63d4b0483328ceff015b4 (diff)
explain the name
Diffstat (limited to 'README.gmi')
-rw-r--r--README.gmi4
1 files changed, 4 insertions, 0 deletions
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.