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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Scala 2.9.0 RC1 released

10 点作者 stephenjudkins大约 14 年前

2 条评论

stephenjudkins大约 14 年前
There isn't as much new features in this release compared to the 2.7.7 -&#62; 2.8.0 upgrade, but this is still a notable release.<p>Not mentioned in the post but apparently included with this release it the new "Dynamic" trait, which enables runtime method dispatching. See <a href="http://squirrelsewer.blogspot.com/2011/02/scalas-upcoming-dynamic-capabilities.html" rel="nofollow">http://squirrelsewer.blogspot.com/2011/02/scalas-upcoming-dy...</a> for a better explanation and examples.
melling大约 14 年前
I see they've shaved a second off of startup time. The slow startup is a problem for me because I want to learn Scala by writing little utility scripts, instead of using Perl. I don't want replace Perl but it's more fun to learn something by using it to solve real problems.