Remix.run Logo
ladyanita22 3 days ago

Would be nice to have a Rust compiler as well

tracker1 2 days ago | parent | next [-]

You can do DOS target software with Rust... it's pretty limited and the tooling around it isn't nearly complete enough to make anything easy. That said, if you want to make something akin to a Zork text mode game or similar there's that... you can also use ANSI escape codes as another possibility for CP437 text mode interaction.

mrlonglong 3 days ago | parent | prev [-]

Only if they invent a 64 bit DOS extender.

stevefan1999 a day ago | parent | next [-]

indeed there's something similar: https://github.com/dosemu2/fdpp

ladyanita22 2 days ago | parent | prev [-]

Because of the compiler's memory consumption?