6 ms·
I’m not a C++ guy, but this topic fascinates me. Might poke around and try to have an LLM transpile the code from C++ to Rust. I expect it won’t work but worth
by froggychairs 3y ago
I’m not a C++ guy, but this topic fascinates me. Might poke around and try to have an LLM transpile the code from C++ to Rust. I expect it won’t work but worth giving it a shot :)
- pgeorgi 3y agoC++ of 1996 predates the first ISO standard (1998) and the Boost library (1999). Back then, c++ code was still relatively readable...
- ilrwbwrkhv 3y agoActually even now it can be. Look up the serenity os project. Andreas keeps things nice and tidy.
- throwaway71271 3y agoits just c with classes, you will be ok