Remix.run Logo
superdisk 2 hours ago

Cool project, and FWIW it's like one Claude prompt to add MIPS support to this. I did that and then was able to compile my little custom language to the N64.

Rochus 6 minutes ago | parent | next [-]

> it's like one Claude prompt to add MIPS support to this

Can you provide the code somewhere? Is it complete? Does it really work? I have a hard time to believe that an LLM really can generate a complete and working backend for a target architecture with "one prompt". From my experience with such tools, by the end of the day it takes longer until it covers all edge cases and actually works than when writing it myself.

Tiberium 2 minutes ago | parent [-]

They absolutely can for simpler cases like this, especially recent GPT 5.x models are amazing at such lower-level compiler work.

vintagedave an hour ago | parent | prev | next [-]

> I did that

Can you contribute it? I don't see it listed as an official backend.

kouosi 35 minutes ago | parent [-]

> Can you contribute it? I don't see it listed as an official backend.

I don't think anyone wants AI generated contribution to QBE (neither do I).

ursuscamp 2 hours ago | parent | prev [-]

Truly amazing times. Just doing things has never been easier, and it has really reinvigorated me.