TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Niklaus Wirth has died

1902 pointsby aarroyocover 1 year ago

81 comments

tasty_freezeover 1 year ago
Besides his contribution to language design, he authored one of the best puns ever. His last name is properly pronounced something like &quot;Virt&quot; but in the US everyone calls him by &quot;Worth&quot;.<p>That led him to quip, &quot;In Europe I&#x27;m called by name, but in the US I&#x27;m called by value.&quot;
评论 #38858993 未加载
评论 #38860223 未加载
评论 #38859748 未加载
评论 #38858677 未加载
评论 #38858820 未加载
评论 #38868261 未加载
评论 #38861580 未加载
评论 #38860025 未加载
评论 #38860373 未加载
lukegoover 1 year ago
Besides all his innumerable accomplishments he was also a hero to Joe Armstrong and a big influence on his brand of simplicity.<p>Joe would often quote Wirth as saying that yes, overlapping windows might be better than tiled ones, but not <i>better enough</i> to justify their cost in implementation complexity.<p>RIP. He is also a hero for me for his 80th birthday symposium at ETH where he showed off his new port of Oberon to a homebrew CPU running on a random FPGA dev board with USB peropherals. My ambition is to be that kind of 80 year old one day, too.
评论 #38859307 未加载
评论 #38859422 未加载
评论 #38861564 未加载
评论 #38859610 未加载
评论 #38859597 未加载
评论 #38859027 未加载
bhaakover 1 year ago
I&#x27;m a former student of his. He was one of the people that made me from a teenager that hacked on his keyboard to get something to run to a seasoned programmer that thinks before he codes.<p>Even before I met him at the university I was programming in Oberon because there was a big crowd of programmers doing Wirth languages on the Amiga.<p>He will be missed.
评论 #38861734 未加载
评论 #38860160 未加载
评论 #38864490 未加载
kragenover 1 year ago
begin<p>this is terrible news;<p>is there a better source than twitter (edit: <a href="https:&#x2F;&#x2F;lists.inf.ethz.ch&#x2F;pipermail&#x2F;oberon&#x2F;2024&#x2F;016856.html" rel="nofollow">https:&#x2F;&#x2F;lists.inf.ethz.ch&#x2F;pipermail&#x2F;oberon&#x2F;2024&#x2F;016856.html</a> thanks to johndoe0815);<p>wirth was the greatest remaining apostle of simplicity, correctness, and software built for humans to understand; now only hoare and moore remain, and moore seems to have given the reins at greenarrays to a younger generation;<p>young people may not be aware of the practical, as opposed to academic, significance of his work, so let me point out that begin<p>the ide as we know it today was born as turbo pascal;<p>most early macintosh software was written in pascal, including for example macpaint;<p>robert griesemer, one of the three original designers of golang, was wirth&#x27;s student and did his doctoral thesis on an extension of oberon, and wirth&#x27;s languages were also a very conspicuous design inspiration for newsqueak;<p>tex is written in pascal;<p>end;<p>end.
评论 #38860014 未加载
评论 #38858152 未加载
评论 #38858928 未加载
评论 #38861558 未加载
评论 #38858805 未加载
评论 #38862816 未加载
评论 #38862065 未加载
评论 #38861206 未加载
评论 #38859164 未加载
评论 #38860240 未加载
omoikaneover 1 year ago
Niklaus Wirth was also responsible for changing the title of Dijkstra&#x27;s paper to &quot;Goto Statement Considered Harmful&quot;.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Considered_harmful#cite_ref-6" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Considered_harmful#cite_ref-6</a>
评论 #38859402 未加载
raphlinusover 1 year ago
Prof Wirth was a major inspiration for me as a kid. I eagerly read his book on Pascal, at the time not appreciating how unusual it was for its elegance and simplicity. I also followed with interest his development of the Oberon language and Lilith workstation. When I was 13, he gave a talk not too far away, I think it might have been Johns Hopkins, and my dad took me to it. It was a wonderful experience, he was very kind and encouraging, as I think the linked photo[1] shows.<p>[1]: <a href="https:&#x2F;&#x2F;mastodon.online&#x2F;@raph&#x2F;111693863925852135" rel="nofollow">https:&#x2F;&#x2F;mastodon.online&#x2F;@raph&#x2F;111693863925852135</a>
评论 #38859624 未加载
_ph_over 1 year ago
A sad day. He was a titan of computing and still deserved even more attention that the got. If his languages had been more prevalent in software development, a lot of things would be in a better shape.<p>After playing around a bit with Basic on the C64&#x2F;128, Pascal became my first &quot;real&quot; programming language I learned. In the form of UCSD Pascal on Apple II at my school as well as Turbo Pascal 3.0 on a IBM PC (no AT or any fanciness yet). Actually a Portable PC with a build-in amber CRT.<p>When I got my Amiga 500, Modula 2 was a very popular language on the Amiga and actually the M2Amiga system was the most robust dev env. I still think fondly of that time, as Modula 2 made it so easy to develop structured and robust programs. The module concept was quite ahead of the time, while the C world kept recompiling header files for so many years to come. Today, Go picked up a lot from Modula 2, one reason I immediately jumped onto it. Not by chance, Robert Griesemer was a student of Wirth.<p>During the 90ies, while MS Dos was still used, Turbo Pascal still was the main go-to language on the PC for everyone, as it was powerful, yet approachable for non-fulltime software developers. It picked up a lot of extensions from Modula 2 too and also had a nice Object system. It peaked at the version 6 and 7. Probably to the day my favorite development environment, partially because of the unmatched speed of a pure character based UI. And Turbo Pascal combined the nice development environment with a language which found a great compromise between power and simplicity.<p>Unfortunately, I was only vaguely familiar with his later work on Oberon. I ran the Oberon system natively on my 386 for some toying around. It was extremely impressive with its efficiency and full GUI in the time of DOS on the PC. A pity, it didn&#x27;t achive more attention. Probably it would have been very successful if it had gained tracking in the not too late 80ies, in the early 90ies of course Windows came along.<p>From a puristic point of view, the crowning achievement was of course when he really earned the job title of a &quot;full stack developer&quot;, not only designing Oberon and the OS, but the CPU to run it as well. Very impressive and of a huge educational value.<p>END.
khazhouxover 1 year ago
Wirth was the chief designer of the programming languages Euler (1965), PL360 (1966), ALGOL W (1966), Pascal (1970), Modula (1975), Modula-2 (1978), Oberon (1987), Oberon-2 (1991), and Oberon-07 (2007). He was also a major part of the design and implementation team for the operating systems Medos-2 (1983, for the Lilith workstation), and Oberon (1987, for the Ceres workstation), and for the Lola (1995) digital hardware design and simulation system. In 1984, he received the Association for Computing Machinery (ACM) Turing Award for the development of these languages.
评论 #38859065 未加载
评论 #38861836 未加载
评论 #38858553 未加载
评论 #38858577 未加载
评论 #38859269 未加载
评论 #38858866 未加载
评论 #38859385 未加载
parshuaover 1 year ago
I started my first company based on Delphi, which itself was based on Turbo Pascal. Wirth was a great inspiration, and his passing is no small loss. May his work keep inspiring new programmers for generations to come.<p>One of his quotes: &quot;Whereas Europeans generally pronounce my name the right way (&#x27;Ni-klows Wirt&#x27;), Americans invariably mangle it into &#x27;Nick-les Worth&#x27;. This is to say that Europeans call me by name, but Americans call me by value.&quot;
评论 #38859000 未加载
评论 #38859109 未加载
pjmlpover 1 year ago
A sad day for the history of computing, the loss of a great language designer, that influenced many of us in better ways to approach systems programming.
评论 #38858623 未加载
评论 #38859600 未加载
ChuckMcMover 1 year ago
From a comment I left on Mastodon:<p>He gave a talk at the CHM (He was inducted as a fellow in 2004) I got to talk with him and was really struck by someone who had had such a huge impact was so approachable. When another person in the group challenged Modula-2 he listened respectfully and engaged based on the the idea that the speakers premise was true, then nicely dissented based on objective observations. I hope I can always be that respectful when challenged.
olvy0over 1 year ago
Pascal was my first &quot;real&quot; language after Basic, learned it in the late 80s, wrote a couple of small apps for my dad in it.<p>Learned most of it from a wonderful book whose name I have forgotten, it had a wrench on its cover, I think?<p>Anyway, still rocking Pascal to this day, since I still maintain 3 moderately complex installers written with InnoSetup, which uses RemObjects Pascal as a scripting language.<p>4 years ago, a new guy on our team, fresh from school, who never even knew this language existed, picked up Pascal in a week, and started maintaining and developing our installers much further. He did grumble a bit about the syntax but otherwise did a splendid job. I thought that was a tribute to the simplicity of the language.
评论 #38860857 未加载
评论 #38887945 未加载
gjvcover 1 year ago
now would be a good time read this in his memory <a href="https:&#x2F;&#x2F;cr.yp.to&#x2F;bib&#x2F;1995&#x2F;wirth.pdf" rel="nofollow">https:&#x2F;&#x2F;cr.yp.to&#x2F;bib&#x2F;1995&#x2F;wirth.pdf</a><p>Also, his Oberon system provides a rich seam to mine. This, from a symposium held at ETH Zurich on the occasion of his 80th birthday in 2014, is a whirlwind retrospective. &quot;Reviving a computer system of 25 years ago&quot; <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=EXY78gPMvl0" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=EXY78gPMvl0</a><p>One of the greats.
sedatkover 1 year ago
I just needed a feature of Pascal yesterday in one of my Rust libraries: ranged integers. I know, you can go about it in different ways, like structs with private fields and custom constructors, or just with a new generic type. But, having the ability to specify that some integer can only be between 15..25 built-in is a fantastic language feature. That&#x27;s even so with runtime bounds checking disabled because the compiler would still complain about some subset of violations.<p>What an innovator and a role model. I wish I can be as passionate about my work in my 80&#x27;s as him.
评论 #38864521 未加载
forintiover 1 year ago
Pascal was my second language, after BASIC. I was about twelve and pointers cost me a little to understand. But the first hurdle was not having line numbers. It seemed weird.<p>In the end, it was definitely worth the effort, and I learnt good habits from it. I used it in college, and I suppose I kinda still do, because I do a lot of PL&#x2F;SQL.<p>He was hugely important for generations of coders.<p>RIP.
评论 #38865496 未加载
googamoogaover 1 year ago
R.I.P. Niklaus Wirth. Your ideas, languages and designs were the inspiration for several generations of computer scientists and engineers. Your Lilith computer and Modula-2 language kindled a small group of students in Western Siberia’s Akademgorodok to create KRONOS - an original RISC processor-based computer, with it’s own OS and Modula-2 complier, and lots of tools. I was very lucky to join the KRONOS team in 1986 as a 16 yo complete beginner, and this changed my life forever as I become obsessed with programming. Thank you, Niklaus.
vidarhover 1 year ago
When I first got to play with Turbo Pascal (3.something?), I was more impressed by the concise expression of the language in the EBNF in the manual than by Turbo Pascal itself, and it was what made me interested in parsers and compilers, and both Wirth&#x27;s approach to them and the work his students undertook in his research group has been an interest of mine for well over 30 years since.
frohover 1 year ago
I hold an old print of his Pascal language report near and dear on my.bookshelf. he bootstrapped oberon with one peer in 1-2 years.<p>his preference for clarity over notational fancyness inspired so many of us.<p>the Pascal family of languages are not only syntactically unambiguous to the compiler they are also clear and unambiguous to humans. can. the Carbon successor to c++ strives for the same iirc.
anticensorover 1 year ago
Wirth made one of the most critical observations in the whole history of computing: as hardware develops, software complicates to compensate and slow things down even further.
cmrdporcupineover 1 year ago
Still remember at 14 scrounging $$ together to buy a 2nd hand copy of a Modula-2 compiler for my Atari ST and then eagerly combing through the manual as my parents drove me home from the city. Really was a different era. Like a lot of other people who have posted here who probably came of age like me in the 80s, I went from BASIC to Pascal to Modula-2 and only picked up C later. Wirth&#x27;s creations were so much a part of how I ended up in this industry. The world of software really owes him a lot.
nobleachover 1 year ago
I owe a debt of gratitude to him and the Pascal programming language. Sincerest condolences to those he left behind.
jartover 1 year ago
The greatest of all quiche eaters has just passed away. May he rest in peace. <a href="https:&#x2F;&#x2F;www.pbm.com&#x2F;~lindahl&#x2F;real.programmers.html" rel="nofollow">https:&#x2F;&#x2F;www.pbm.com&#x2F;~lindahl&#x2F;real.programmers.html</a> But seriously, PASCAL was the first programming language I loved that&#x27;s actually good. Turbo Pascal. Delphi. Those were the days. We got a better world thanks to the fact that Niklaus Wirth was part of it.
lordgroffover 1 year ago
One of the titans of the era, Pascal greatly contributed to my love of programming and my eventual career. Rest in peace Dr. Wirth.
neilvover 1 year ago
I don&#x27;t see obituaries yet. In the meantime: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Niklaus_Wirth" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Niklaus_Wirth</a>
eatonphilover 1 year ago
I loved the book Compiler Construction. Wirth&#x27;s emphasis on minimalism is a huge inspiration.
评论 #38858556 未加载
评论 #38860345 未加载
AlbertCoryover 1 year ago
I&#x27;m happy to say I got to meet him, thanks to Charles Simonyi. May his memory be a blessing.
评论 #38858588 未加载
dstankoover 1 year ago
Compiler construction was and is one of my all time favorite books on the matter. You can&#x27;t put it down once you start, it is that good.<p><a href="https:&#x2F;&#x2F;people.inf.ethz.ch&#x2F;wirth&#x2F;CompilerConstruction&#x2F;CompilerConstruction1.pdf" rel="nofollow">https:&#x2F;&#x2F;people.inf.ethz.ch&#x2F;wirth&#x2F;CompilerConstruction&#x2F;Compil...</a>
squarefootover 1 year ago
This is a huge loss in computer science. Everyone interested in computing, no matter if using other languages than Pascal or derivatives, should read his &quot;Algorithms + Data Structures = Programs&quot; book. R.I.P.
facorreiaover 1 year ago
Rest in peace. I owe a lot to his work.<p>&quot;Algorithms + Data Structures = Programs&quot; was a seminal book for me when I was learning about software development and it has influenced how I think about programming. Also, Pascal (in its various dialects) was my main language for many years on multiple platforms (CP&#x2F;M, MS-DOS, Windows).
zengidover 1 year ago
ADSP podcast (named after Wirth&#x27;s book) just had an episode on the history of Pascal <a href="https:&#x2F;&#x2F;adspthepodcast.com&#x2F;2023&#x2F;12&#x2F;29&#x2F;Episode-162.html" rel="nofollow">https:&#x2F;&#x2F;adspthepodcast.com&#x2F;2023&#x2F;12&#x2F;29&#x2F;Episode-162.html</a>
martttover 1 year ago
After having read some of the comments on Pascal here -- fellow HNers, what&#x27;s your view on Pascal as a teaching&#x2F;introductory language in 2023, for children aged 10+? Mostly thinking of FreePascal, but TurboPascal in DOSBox&#x2F;FreeDOS&#x2F;SvarDOS is also a possibility.<p>I&#x27;m also thankful for references to &quot;timeless&quot; Pascal books or online teaching materials that would be accessible for a 10+ year old kid who is fine with reading longer texts.<p>(My condolences are below, fwiw. His death is, interestingly, a moment of introspection for me, even if I&#x27;m just a hobbyist interested in small systems and lean languages.)
评论 #38864547 未加载
评论 #38877323 未加载
评论 #38865478 未加载
abc_lisperover 1 year ago
My very first language was Pascal. I have since forgotten it, but distinctly remember the feeling computers are fun! And the red pascal book. Thank you Niklaus, for all the fun and impact you had on subsequent languages.
elvis70over 1 year ago
I really appreciate his work. He had a full life. Since yesterday, without knowing, I was just studying a section of a book detailing the code generation of one of the first Pascal compilers for the CDC 6400.
justincliftover 1 year ago
<a href="https:&#x2F;&#x2F;nitter.net&#x2F;Bertrand_Meyer&#x2F;status&#x2F;1742613897675178347" rel="nofollow">https:&#x2F;&#x2F;nitter.net&#x2F;Bertrand_Meyer&#x2F;status&#x2F;1742613897675178347</a>
Decabytesover 1 year ago
I was just exploring Pascal last month. I&#x27;ve been meaning to do some more programming in it. I think it&#x27;s a good compromise for someone who wants a lower level language but doesn&#x27;t want to use C or C++. The FreePascal compiler also rips through thousands of lines of code a second so the compile times are really short
tibbydudezaover 1 year ago
A giant of the programming language field. My first programming language was Pascal (Borland) before I got introduced to C.
notoranditover 1 year ago
So long, and thanks for all of the data structures and algorithms!
revskillover 1 year ago
Pascal and Delphi is great example of Simplicity that works.
I_am_tiberiusover 1 year ago
Here&#x27;s a fantastic interview with him (in case you speak german): <a href="https:&#x2F;&#x2F;de.wikipedia.org&#x2F;wiki&#x2F;Datei:ProfessorNiklausWirth.webm" rel="nofollow">https:&#x2F;&#x2F;de.wikipedia.org&#x2F;wiki&#x2F;Datei:ProfessorNiklausWirth.we...</a>
wormiusover 1 year ago
RIP King. 2nd language I learned was Pascal (Turbo 5 then 6) in high school. Tried UCSD P-System from a family friend with corporate&#x2F;educational connections on 5.25&quot; but didn&#x27;t have a manual, and this was before the internet. I could&#x2F;should have tried to use the library to get books about it, but gave up.<p>Fond memories; I feel like the 90s kids were the last ones to really get to appreciate Pascal in a &quot;native&quot; (supportive, institutional) setting.<p>I also loved learning Oberon&#x2F;Bluebottle (now A2 I guess), which I was so fascinated with. I think that and Plan 9&#x27;s textual&#x2F;object interface environments are super interesting and a path we could have taken (may converge to someday?)
throw7over 1 year ago
RIP. After Basic (on a commodore), I learned Pascal (turbo pascal) in high school of all places.
StillBoredover 1 year ago
RIP, and thanks for helping indirectly to put me on my career path.<p>I learned pascal fairly late in the grand scheme of things (basic-&gt;6502 assembly-&gt;C and then eventually pascal) but it was used for the vast majority of my formal CS education first by instruction, then by choice, and eventually in my first real programming job. The later pascal dialects remain IMHO far better than any other languages I write&#x2F;maintain&#x2F;guide others in using. Like many others of his stature it was just one of his many hits. Niklaus Wirth is one of the giants I feel the industry stands on, and I thank him for that.<p>&quot;All those moments will be lost in time, like tears in rain...&quot;
nhatcherover 1 year ago
Barely a week ago I was quoting from a paper of him here in HN, &quot;A plea for lean software&quot;. It&#x27;s been discussed here before:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27661559">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27661559</a><p>RIP
hasmaneanover 1 year ago
Pascal pointer notation was so logical. Dereferencing a pointer was just a caret to the right of the variable.<p>A double pointer was just two carets. And so on.<p>There was a struct symmetry about the whole thing. C broke that, especially with strict pointers.
Arntover 1 year ago
I bought the Art of Computer Programming volume 4A a few years ago and didn&#x27;t even start reading it. 1-3 I read when I… god, my youngest child is almost that age now.<p>I think tonight is the time to start on 4A, before we lose Knuth too.<p>And as I picked it down I noticed that, almost by coincidence, AoCP stood next to Wirth&#x27;s PiM2. It wasn&#x27;t intentional but it feels very right. There&#x27;s a set of language books that end with Systems Programming with Modula 3, the Lua book. Thinking Forth, PiM2, then a gap, then the theory-ish section starts with five volumes of Knuth. Sigh.
blackhazover 1 year ago
Coming from ZX Spectrum at home and seeing the beauty of Turbo Pascal on an IBM PC-compatible has greatly contributed to my love of programming. R.I.P., Professor Wirth.
fiddlerwoaroofover 1 year ago
I learned to program in Delphi and, to this day, I haven’t ever found a tool for building GUIs as pleasant. So, I’m fond of Wirth-inspired languages.
评论 #38859935 未加载
Qemover 1 year ago
RIP Mr. Wirth. The first programming language I ever learnt was Pascal, that brings me fond memories. A big loss for the computer science community.
评论 #38859871 未加载
mise_en_placeover 1 year ago
He was one of the most influential personalities in our field, most modern programming languages descend from and contain many of his ideas.
pengaruover 1 year ago
RIP<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Niklaus_Wirth" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Niklaus_Wirth</a>
submetaover 1 year ago
Pascal (Turbo Pascal on a PC) was my second programming language after Assembler and some C (had a copy of Aztec-C compiler) on an Amiga when I was 17ish. Pascal taught me modular programming, breaking down largensystems. I‘d written my own matrix calc library and would program animations for my physics class. And I learned the basic concepts of OO. It was a joy to program in.<p>RIP Niklaus Wirth.
vaxmanover 1 year ago
He must have clicked on a video of Swift 5.9 ..those enums! <a href="https:&#x2F;&#x2F;youtu.be&#x2F;pD2XZHnDKvo" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;pD2XZHnDKvo</a><p>I probably wouldn&#x27;t have learned algorithms and data structures as[S] well without Pascal but I never learned it right until C eventually cameawrong.<p>PS: We still have Dr. Donald Knuth with us :)
HumblyTossedover 1 year ago
A great loss. I cherish my copy of &quot;Algorithms + Data Structures = Programs&quot;. I re-read it every couple of years.
throw_m239339over 1 year ago
RIP, a great loss for computer science.<p>Some people here are recommending greats books he wrote, definitely worth reading.
6R1M0R4CL3over 1 year ago
sad. after learning basic on a zx81 my father found thrown out in the trashbin (i still have that machine today) my parents got me a 8088 PC. when my friends were playing games on those atari st and amiga machines, i was progrmaming in turbo pascal 3.0 i found from a cheap book that came with a 5&quot;14 floppy. pascal is the first true language i learned and i would probably not be coding today without Niklaus. he changed my life, and he had a huge, huge impact on computing : pascal, oberon. delphi, and many more things. i will miss him dearly.
JohnFenover 1 year ago
RIP, Mr. Wirth.<p>Pascal was the first programming language I ever learned, and a book on it that he coauthored was the first programming book I ever purchased. I hold him (and Pascal) in a special place in my heart.
bausover 1 year ago
Modula-2 had a huge influence on my early understanding of Software Engineering and Computer Science. I feel it is one of his under-valued contributions. RIP Niklaus. One of the great ones.
emmelaichover 1 year ago
I liked his witticism &quot;You can call me by name (Veert) or call me by value (Worth).&quot;<p>But I can&#x27;t find a reliable attribution.<p>[edit - see other comment, apparently said by Adriaan van Wijngaarden not Wirth]
madamelicover 1 year ago
Am I understanding correctly that he was the sole maintainer of Algol at the age of 86 years old? Or was it more supervisory &#x2F; BDFL?
评论 #38859909 未加载
MelvinButtsESQover 1 year ago
begin<p><pre><code> For every, there is an </code></pre> end.<p>RIP
rmrf100over 1 year ago
The first programming language I started to learn in college is Pascal, RIP and thank you Niklaus!
groosover 1 year ago
Wirth taught me how to write recursive descent parsers and design languages suited to them. RIP.
dark-starover 1 year ago
Sad news indeed.<p>Didn&#x27;t someone already publish a draft of his last book? I think I read that somewhere...
deadmarshalover 1 year ago
R.I.P Niklaus Wirth. One of the greatest men that has ever lived.
markus_zhangover 1 year ago
Oh God, no!<p>I need to read his compiler book once I completed my toy interpreter.
mkovachover 1 year ago
Now I have an excuse to write my next project in Pascal. :)<p>Bwahah! Bwahah!
betimslover 1 year ago
I qofte dheu i lehte. Rest in peace brother.
WesolyKubeczekover 1 year ago
May he and his work be forever remembered.
doubloonover 1 year ago
End. in peace
ksecover 1 year ago
program NiklausWirth ; begin writeln(&#x27;Rest in peace&#x27;); end.<p>This is a very sad day.
self_awarenessover 1 year ago
What I&#x27;m saddened with is that this not deserve HN&#x27;s black strip bar at the top of the page.
评论 #38864497 未加载
nerpderp82over 1 year ago
Damn.
Sunsparkover 1 year ago
RIP GOAT.
评论 #38858956 未加载
lispmover 1 year ago
He is a true legend.
hyperswineover 1 year ago
Will be missed.
krylonover 1 year ago
Rest in peace.
progreover 1 year ago
No black bar? I think he deserves it.
formerly_provenover 1 year ago
end;
评论 #38858405 未加载
msieover 1 year ago
R.I.P.
kleibaover 1 year ago
@HN: Black banner, please?
评论 #38858530 未加载
评论 #38858881 未加载
评论 #38858738 未加载
评论 #38858883 未加载
bitwizeover 1 year ago
Time for a black bar on the front page. Wirth had been around since forever, influencing how we and generations before us program.