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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A Tiny Review of Scala

19 点作者 Autre将近 16 年前

1 comment

mattj将近 16 年前
I really like scala a lot - it's a joy to write fast, succinct code with just a pinch of magic, but I have to strongly agree with all but the first critique. Scala has the underpinnings of an absolutely incredible language (fast, expressive, jvm compatible being the highlights), but the surface implementation leaves a lot to be desired.<p>Basically, scala is desperately in need of a "Scala: The Good Parts" book.<p>On a side note, using scala has really served to increase my respect for many of the apache java libraries. They're horrible to use from java, but really top notch when you have access to a higher level programming environment.