Prototype work towards building a post-scarcity software system
Find a file
2017-08-14 13:04:26 +01:00
src Sorted out some interesting buglets in read and print (although there is 2017-01-20 18:24:48 +00:00
unit-tests Sorted out some interesting buglets in read and print (although there is 2017-01-20 18:24:48 +00:00
.gitignore Added .gitignore 2017-08-14 09:44:54 +01:00
LICENSE Initial commit 2017-01-02 11:07:48 +00:00
Makefile Having found rust wasn't going to work, I've hacked up a rough core of the 2017-01-06 15:25:16 +00:00
README.md Update README.md 2017-01-02 13:17:47 +00:00
unit-tests.sh Added more unit tests. 2017-01-07 11:13:06 +00:00

Post Scarcity Software System, version 0

Very Nearly a Big Lisp Environment

tl,dr: look at the wiki.

Introduction

Long ago when the world was young, I worked on Xerox Dandelion and Daybreak machines which ran Interlisp-D, and Acorn Cambridge Workstation and Archimedes machines which ran Cambridge Lisp (derived from Portable Standard Lisp). At the same time, Lisp Machines Inc, Symbolics, Thinking Machines, Texas Instruments and probably various other companies I've either forgotten or didn't know about built other varieties of dedicated Lisp machines which ran Lisp right down to the metal, with no operating system under them. Those machines were not only far superior to any other contemporary machines; they were also far superior to any machines we've built since. But they were expensive, and UNIX machines with the same raw compute power became very much cheaper; and so they died.

But in the meantime hardware has become vastly more powerful while software has hardly advanced at all. We don't have software which will run efficiently on the machines of the future, we don't have tools to build it, and it often seems to me we're not even thinking about it.

Ten years ago I wrote an essay on what software would look like if we treated our computers as though their power was unlimited (which, compared to what we had at the start of my career, it pretty much is); two years ago I wrote about the hardware architecture which might in future support that hardware.

What I'm trying to do now is write a detailed low level specification of the underpinnings of the software system, and begin a trial implementation. Version 0 will run as a user-space program on UNIX, but very much with the intention that a later version will run on top of either a micro-kernel or perhaps even just a BIOS. However I've no real plans to build post scarcity hardware - I lack the skills. What I'm aiming for is to be able to run on 64 bit, multiple processor hardware.

Although I describe it as a 'Lisp environment', for reasons explained in Post Scarcity Software that doesn't mean you will program it in Lisp. It means that the underlying representation of things in the system is Lispy, not Unixy.

License

Copyright © 2017 Simon Brooke

Distributed under the terms of the GNU General Public License v2