diff options
author | tjpcc <tjp@ctrl-c.club> | 2023-05-01 08:14:54 -0600 |
---|---|---|
committer | tjpcc <tjp@ctrl-c.club> | 2023-05-01 08:14:54 -0600 |
commit | 4777ea6d080881eedb2064e395cc6760ae2190f4 (patch) | |
tree | 2b32971d906a9bb3bf9137538b2162855b2634a2 /README.md | |
parent | a5c7ce6cf5f132d132e63d4b0483328ceff015b4 (diff) |
explain the name
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |