Tootfinder

Opt-in global Mastodon full text search. Join the index!

@simon_brooke@mastodon.scot
2026-05-05 18:52:02

I've started my development log for May. It's really mostly about tooling -- specifically, editors and debuggers.
#PostScarcitySoftware
#Lisp

@simon_brooke@mastodon.scot
2026-05-05 08:21:01

I'm getting stack frames corrupted (or else I'm hitting the wrong stack frames) and I can't see why. My brain is far too messed up to deal with this level of shit just now!
#PostScarcitySoftware
#TheJoyOfSoftwareEngineering

@simon_brooke@mastodon.scot
2026-05-04 09:44:04

My monster, she lives.
It has to be admitted, she can't do very much yet.
#PostScarcitySoftware

Terminal window showing the Post Scarcity Software Environment reading, evaluating and printing the number `123`, and then throwing a hissy fit when asked to read a string.
@simon_brooke@mastodon.scot
2026-05-03 10:18:26

It's a week since my last #PostScarcitySoftware entry. The version of eval/apply copied from `0.0.6` still doesn't compile, let alone work. There are reasons. I've been ill — my brain really is fucked — and I've had urgent outdoor work.
There is progress. I am cleaning up bits of old cruft as I go. But I don't think copying the old code was a good decision. I…

@simon_brooke@mastodon.scot
2026-04-02 09:56:11
@simon_brooke@mastodon.scot
2026-03-28 11:08:37

OK, folks, I've written yet another incomprehensible essay on the intricacies of implementing a software environment for the hardware of the deep future.
Read this only if you're incurably geeky, and, ideally, interested in #Lisp.
#PostScarcitySoftware

@simon_brooke@mastodon.scot
2026-04-24 11:30:00

In other news, I'm now posting my #PostScarcitySoftware development log on my blog, in case anyone is interested. Which, if you're sane, you won't be. #Lisp

@simon_brooke@mastodon.scot
2026-04-25 22:08:05

There's a Common #Lisp cryptography library called 'Ironclad'. I'm going to need cryptography for #PostScarcitySoftware authentication, but Post Scarcity #Lisp is going to be a lot more…

@simon_brooke@mastodon.scot
2026-04-19 10:46:15

I did ten hours on #PostScarcitySoftware yesterday, and then slept a bit, and then woke up with an intention to rapid prototype a '#Lisp structure editor in the browser' idea I've been thinking on for a while. I did about five hours on that, and it's looking promising.
I&…

The WEditor prototype, viewing a Clojure project file. The popup text at the mouse pointer shows the underlying s-expression represented by that element in the displayed document. This isn't perfect but it looks usable.
The editor displaying its own source code (in Clojure). Again, this looks usable.
The prototype editor displaying some code from the Post Scarcity 0.0.6 prototype.
The editor viewing some Lisp 1.5 code, from Beowulf (actually taken from page 66 of the Lisp 1.5 Programmer's Manual).
@simon_brooke@mastodon.scot
2026-03-20 13:10:45

I've written another essay about my mad #PostScarcitySoftware #Lisp system.
"We don't need to know, or have known, these people to build on their work. We don't have to, and cannot in detail, fully understand their work. There is simply too much of it, its complexity wou…

@simon_brooke@mastodon.scot
2026-04-18 10:37:57

Well,. the good news this morning is that i found a stupid bug in `cdr` which, once you've seen it, you can't unsee, so the seventh #PostScarcitySoftware #Lisp prototype is now completing initialisation and entering the REPL.
The bad news is that there's an unterminating recu…