Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compilers > #2838
| From | gah4 <gah4@u.washington.edu> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Re: Are compiler developers light-years ahead of other software development? |
| Date | 2022-01-17 07:14 -0800 |
| Organization | Compilers Central |
| Message-ID | <22-01-064@comp.compilers> (permalink) |
| References | <AdgK5CKVZD0bjFfWRCSHC2fePYpu0g==> <22-01-059@comp.compilers> |
On Sunday, January 16, 2022 at 9:26:38 AM UTC-8, Roger L Costello wrote: > Hello Compiler Experts! > I am learning the algorithms and theory underlying parsing. Wow! I am > discovering that parsing has such a rich theoretical foundation: grammars, LL, > LR, first() function, following() function, parsing tables, etc. (snip) > I can't think of any other branch of computer science where there is such a > rich foundation upon which to develop software. Thinking about D.E.Knuth's "The Art of Computer Programming", there is a whole book (volume 3), "Sorting and Searching". A large fraction of important algorithms rely on the foundation of search algorithms. (And if you sort, you can use binary search to find thinks.) Now, some of the book is based on the now lost art of sorting data on magnetic tape, where one has only sequential access to most of the data. Others will tell you that Quicksort is all you need to know, and forget the rest of the book. In any case, I vote for sorting and searching algorithms as the rich theoretical foundation of much of CS. Hash tables are in important part of many compilers. Dynamic programming algorithms are used in many optimization problems, and fundamental to many algorithms. The dynamic programming algorithm used by the Unix diff command, to find an optimal set of differences between two files, originated from biologists comparing protein sequences.
Back to comp.compilers | Previous | Next — Previous in thread | Next in thread | Find similar
Are compiler developers light-years ahead of other software development? Roger L Costello <costello@mitre.org> - 2022-01-16 14:36 +0000
Re: Are compiler developers light-years ahead of other software development? Philipp Klaus Krause <pkk@spth.de> - 2022-01-16 22:13 +0100
Re: Are compiler developers light-years ahead of other software development? gah4 <gah4@u.washington.edu> - 2022-01-17 07:14 -0800
Re: Are compiler developers light-years ahead of other software development? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2022-01-19 21:33 +0000
Re: Are compiler developers light-years ahead of other software development? Kaz Kylheku <480-992-1380@kylheku.com> - 2022-01-22 03:01 +0000
Re: Are compiler developers light-years ahead of other software development? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2022-01-22 10:43 +0000
Re: Are compiler developers light-years ahead of other software development? Kaz Kylheku <480-992-1380@kylheku.com> - 2022-01-22 21:38 +0000
Re: Are compiler developers light-years ahead of other software development? Roger L Costello <costello@mitre.org> - 2022-01-22 12:50 +0000
Re: Are compiler developers light-years ahead of other software development? Kaz Kylheku <480-992-1380@kylheku.com> - 2022-01-22 21:22 +0000
Re: Are compiler developers light-years ahead of other software development? Ian Lance Taylor <ianlancetaylor@gmail.com> - 2022-01-22 15:40 -0800
Re: Are compiler developers light-years ahead of other software development? Kaz Kylheku <480-992-1380@kylheku.com> - 2022-01-23 06:17 +0000
csiph-web