Making Compiler Design Relevant for Students
Hello, this is the first blog for my Compilers Design course. This entry is going to talk about an article titled: "Making Compiler Design Relevant for Students who will (Most Likely) Never Design a Compiler", by Saumya Debray. Basically, the author talks about the principles, techniques, and tools used during compiler design courses and how those aspects are applicable to a great variety of situations that aren’t exactly considered as compiler design. First of all, it introduces the article telling us that that Compiler design courses are part of the bases courses imparted to a Computer Science undergraduate at most universities. But the problem is that students didn’t get interested in applying those courses for a real compiler implementation and they are aware of this as they don’t consider that course as relevant. They prefer or think that operating systems or networking courses are better for them. I really felt identified with this argument, because before read...