Radiant Computer's Avatar

Radiant Computer

@radiant.computer

A personal computer for the next generation. https://radiant.computer

351
Followers
1
Following
19
Posts
02.04.2025
Joined
Posts Following

Latest posts by Radiant Computer @radiant.computer

Post image

A discussion forum?

06.03.2026 15:47 ๐Ÿ‘ 4 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

To learn more about the Radiance compiler, see the last few posts on our log:

radiant.computer/log/

If you're interested in personal computing or language design, please reach out, we'd love to talk.

02.03.2026 20:13 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

The release includes `forge`, a simple read-only Git forge that supports SHA-256 repositories, and HTTPS cloning. Forge was entirely vibe-coded. Let us know if you encounter any issues with it.

02.03.2026 20:13 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Radiance is not meant to be used outside of the Radiant system, at least for now. It requires a RISC-V emulator to run, and does not emit ELF-compatible binaries.

It was designed to be small like C, but ergonomic like Rust. We're getting there.

The compiler and emulator are MIT licensed.

02.03.2026 20:13 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

The Radiance language is still in an early stage, but the compiler is already self-hosting.

The compiler sits at around 18 KLOC.

It has zero dependencies, meaning that it links and emits machine code directly. It also includes an intermediate language.

02.03.2026 20:13 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Post image

Radiant is open-sourcing its compiler toolchain and launching code.radiant.computer today.

02.03.2026 20:13 ๐Ÿ‘ 29 ๐Ÿ” 5 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

๐Ÿชต Radiant Log #012 -- A fixed point has been reached.

radiant.computer/log/012-radi...

28.02.2026 20:23 ๐Ÿ‘ 3 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 1
Post image

The Radiance compiler has reached a fixed point.

This means it can now compile itself and generate identical output to itself.

23.02.2026 18:35 ๐Ÿ‘ 30 ๐Ÿ” 2 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 1

Nostalgia for a pre-AI world..

18.02.2026 23:23 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Preview
A.I. and the Future of Computing A new kind of personal computer

๐Ÿชต A new log entry was posted: "A.I. and the Future of Computing"

radiant.computer/notes/ai-and...

16.02.2026 11:32 ๐Ÿ‘ 6 ๐Ÿ” 2 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

Preparing to put sources online ๐ŸŒ

12.02.2026 12:07 ๐Ÿ‘ 12 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 1

Incompatibility allows true progress.

27.01.2026 10:04 ๐Ÿ‘ 7 ๐Ÿ” 1 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Preview
Radiant Log #011 A new kind of personal computer

๐Ÿชต A new log entry was posted: "Radiance Intermediate Language"

radiant.computer/log/011-radi...

25.01.2026 15:48 ๐Ÿ‘ 2 ๐Ÿ” 2 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

๐Ÿ“ A new note was added: "Maybe Not"

radiant.computer/notes/maybe-...

02.01.2026 22:05 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Radiance IR

Radiance IR

Radiance IR (RIR) tentative syntax. Below is example code for a simple loop that sums numbers.

17.12.2025 22:20 ๐Ÿ‘ 0 ๐Ÿ” 1 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Preview
Radiant Log #010 A new kind of personal computer

๐Ÿชต A new log entry was posted: "A Semantic Analyzer in R'"

radiant.computer/log/010-a-se...

27.11.2025 11:42 ๐Ÿ‘ 3 ๐Ÿ” 1 ๐Ÿ’ฌ 2 ๐Ÿ“Œ 1
Preview
Radiant Log #009 A new kind of personal computer

๐Ÿชต A new log entry was posted: "R' language design progress"

radiant.computer/log/009-r-la...

20.11.2025 10:34 ๐Ÿ‘ 4 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

Working on the module system implementation in R', getting the module graph setup.

package = compilation unit (equivalent to rust "crate")
module = namespace within package

12.11.2025 12:07 ๐Ÿ‘ 3 ๐Ÿ” 1 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

๐Ÿ“ A note was added: "Why not Rust?"

radiant.computer/notes/why-no...

11.11.2025 11:51 ๐Ÿ‘ 4 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Video thumbnail
09.11.2025 14:07 ๐Ÿ‘ 11 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Preview
Radiant Computer A new kind of personal computer

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

04.11.2025 23:02 ๐Ÿ‘ 64 ๐Ÿ” 11 ๐Ÿ’ฌ 9 ๐Ÿ“Œ 4
Radiant ยท Home A new kind of personal computer

Website is live.
๐Ÿ”— radiant.computer

22.09.2025 16:09 ๐Ÿ‘ 6 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0