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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Modula-2 Compilers on CP/M (2022)

13 点作者 gus_leonel6 个月前

1 comment

retrac6 个月前
Modula-2 is interesting. It is basically the C many wished had been around in the 80s and 90s. Modula-2 has about the same expressiveness of C with pointers, structs, unions, and all that, but it has a stronger type system (tagged unions, mandatory casting, etc.), concurrency as part of the base language, an actual module system (like C++ just finally got in 2020...), and the typical clean lines of Wirth&#x27;s designs - if you can get over the Wirth-style CAPITAL RESERVED WORDS and BEGIN and END, anyway.<p>A Modula-2 front end was added to GCC recently: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34050597">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34050597</a>
评论 #42448332 未加载
评论 #42448310 未加载