Introduction to Compilers and Language Design (2021)
dthain.github.io
Introduction to Compilers and Language Design (2021)
1–10 of 58 posts
Re: Introduction to Compilers and Language Design (2021)
#2Re: Introduction to Compilers and Language Design (2021)
#3Re: Introduction to Compilers and Language Design (2021)
#4Re: Introduction to Compilers and Language Design (2021)
#5Re: Introduction to Compilers and Language Design (2021)
#6Sometimes I see people who design languages and build compilers, and I find them truly amazing. I once tried making a language myself because I was curious, but it was so difficult that I just settled for a simple C backend. The people contributing to LLVM probably know everything down to assembly generation. they're truly incredible.
Re: Introduction to Compilers and Language Design (2021)
#7Sometimes I see people who design languages and build compilers, and I find them truly amazing. I once tried making a language myself because I was curious, but it was so difficult that I just settled for a simple C backend. The people contributing to LLVM probably know everything down to assembly generation. they're truly incredible.
Assembly generation is actually pretty simple, it's optimizing everything that's difficult. Writing an assembler is a great way to get acquainted with compiler construction, because you don't need to think about optimization and types and the other features that make high level languages complicated aren't needed.
Re: Introduction to Compilers and Language Design (2021)
#8Re: Introduction to Compilers and Language Design (2021)
#9Love such topics and articles in midst of AI topics/noise.
I do value both correct high quality AI usage and non-AI works, would be nice if we could have a bar for the AI stuff that makes sense instead of dismissing peoples work blindly.
Re: Introduction to Compilers and Language Design (2021)
#10Love such topics and articles in midst of AI topics/noise.
The best part of the blind AI hatred is you can call literally anything AI slop without presenting evidence and the anti-slop loyalists will hate it without any evidence. I do value both correct high quality AI usage and non-AI works, would be nice if we could have a bar for the AI stuff that makes sense instead of dismissing peoples work blindly.