Radiant Computer
@radiant.computer
A personal computer for the next generation. https://radiant.computer
Radiant’s software stack will have the highest utility and performance per line of code of any personal computer system.
Work has started on the Radiant Kernel. * It’s an exokernel. Very minimal. * It uses ring buffers as the only syscall interface (think io_uring). * There is no virtual memory — protection works via static analysis. * There are no device drivers, software has direct hardware access.
Radiance compiles itself in 0.2s from scratch on the experimental amd64 backend. It's fast 💨
The Radiance compiler has reached a fixed point. This means it can now compile itself and generate identical output to itself.
🪵 A new log entry was posted: "A.I. and the Future of Computing" radiant.computer/notes/ai-and...
A.I. and the Future of Computing
A new kind of personal computer
radiant.computer
🪵 A new log entry was posted: "Radiance Intermediate Language" radiant.computer/log/011-radi...
Radiant Log #011
A new kind of personal computer
radiant.computer
📝 A new note was added: "Maybe Not" radiant.computer/notes/maybe-...
Radiance IR (RIR) tentative syntax. Below is example code for a simple loop that sums numbers.
🪵 A new log entry was posted: "A Semantic Analyzer in R'" radiant.computer/log/010-a-se...
Radiant Log #010
A new kind of personal computer
radiant.computer
🪵 A new log entry was posted: "R' language design progress" radiant.computer/log/009-r-la...
Radiant Log #009
A new kind of personal computer
radiant.computer
Working on the module system implementation in R', getting the module graph setup. package = compilation unit (equivalent to rust "crate") module = namespace within package
📝 A note was added: "Why not Rust?" radiant.computer/notes/why-no...
I'm working on a new kind of computer. It's called the Radiant. I've been dissatisfied with the state of personal computing for many years now, so it's time I did something about it. If you think computers could be so much better than what they are, this is for you. radiant.computer
Radiant Computer
A new kind of personal computer
radiant.computer