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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Featherweight Java: A Minimal Core Calculus for Java and GJ (2002) [pdf]

34 点作者 sendilkumarn将近 5 年前

3 条评论

amir734jj将近 5 年前
Took type system and advanced compiler last year. This paper may not look very interesting but there are a lot of proof assistant softwares that verify featherweight Java's type system to show that they work. This paper also shows that there are a lot holes in Java type system even by 2002 that makes it broken. Java's type system is probably much worse now. I think it also started the trend of featherweight-X where you try to proof a subset of a language X type system to show that if you take away features y,z and etc then type system can be proven.
评论 #23687982 未加载
MaxBarraclough将近 5 年前
See also <i>Java and Scala’s Type Systems are Unsound</i>, discussed at <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=13050491" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=13050491</a>
sendilkumarn将近 5 年前
Let us erase it, box it and use it.