Viewing profile — FirTheMouse
FirTheMouse
HN member- Joined
- Fri, Feb 27, 2026, 2:57 AM UTC
- HN karma
- 45
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About FirTheMouse
Recent public activity
-
comment
Comment #47400842
Sparkie is correct, and an actually fully working C compiler in GDSL would probably be 12,000 lines or so total, possibly much more. The point in showing this is that so much of th…
-
comment
Comment #47394690
The streaming (essentially a JIT) was actually from the early architecture three weeks ago. Though I'm glad you've read even the first post. On the current architecture performance…
-
comment
Comment #47394283
My thoughts exactly, and it's what I intend to test in the coming weeks. I say 'subset' because the point isn't "here's a full C compiler" it's "here's two wildly different fronten…
-
comment
Comment #47391660
The demos run as interpreted trees through the x stage, no code emission yet, just direct execution of the AST. That's why they're demos rather than compilers. The scaffolding for …
-
comment
Comment #47391441
That's the MIX. As mentioned in the README I haven't setup a system for these yet, just made the scaffolding, as a lot of the work in this space is actually around just the MIX lay…
-
comment
Comment #47391099
Kernel as used in the title means shared processing core, not necessarily an OS kernel, which probably deserves clarification. As for Lisp and C, those are meant to be subset demon…
-
comment
Comment #47389838
I would love to compare notes, reading through Mu has given me a lot to think about that I may be writing about soon. I see in Mu a mirror of my own aspirations, GDSL is something …
- story
- story