One of my lifelong dreams was to make my own language that compiles to assembly and is actually useful, even if only for small projects.
Everyone seems to be doing that successfully lately with LLVM. I tried to learn x86 asm and failed so many times, there's little hope I'll be able to learn x64 asm well enough to generate code for it. Maybe I should just hop on the LLVM train.
One of my lifelong dreams was to make my own language that compiles to assembly and is actually useful, even if only for small projects.
Everyone seems to be doing that successfully lately with LLVM. I tried to learn x86 asm and failed so many times, there's little hope I'll be able to learn x64 asm well enough to generate code for it. Maybe I should just hop on the LLVM train.