TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

All programmers must learn C and Assembly

3 点作者 hugs大约 2 年前

1 comment

PaulHoule大约 2 年前
C is useful but its more brain damaged than BASIC and terrible for pedagogy. The compiler confuses lexical analysis and parsing, strings are confused with arrays, arrays are confused with pointers, etc. Beginners who screw around with C are just going to get more confused.<p>It was a &quot;minimum viable language&quot; that bridged minicomputers and microcomputers in the 1980s but it is a disaster that we&#x27;re still using it today.<p>Unfortunately people are using worse assemblers than they did back in the day. Gas is just awful, it is just meant to work closely with gcc, not enjoy writing assembly like we did with MASM and Turbo Assembler back in the day, never famous Macro Assembler for System&#x2F;360.