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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Can your type checking system do this?

7 点作者 muriithi大约 17 年前

1 comment

PieSquared大约 17 年前
Sometimes I get the feel that dynamic languages (namely the scripting crowd, like Python or Ruby) don't have much semantic checking not because they can't, but because they can use their reputation as dynamic languages to give them an excuse not to. "Since we're dynamic, it's too hard to have semantic checks!"<p>Which may be true, I don't know. But sometimes I find myself thinking, what if Python analyzed its code like this... then it could detect so and so prior to runtime!<p>Same thing with speed - CL seems to prove that you can have good speed in a dynamic language.