TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Web-based editor for Kotlin, JetBrains' new JVM language

24 pointsby cgbystromover 13 years ago

2 comments

theblueskyover 13 years ago
Looks like a mildly cleaned up Java, was expecting something a little more interesting. Don't see much in the way of functional programming or worthwhile changes vs Java.<p>Was expecting a Scala competitor, but found a slightly better Java with some syntax sugar. It's "nice", but not really different enough to warrant the effort of switching to another language. As a Java dev for 10+ years Scala was an eye opener on what a language could really be, Kotlin is "nice", but sadly not that interesting.<p>Minor pet peave is they have retained even Java's verbosity for outputting text:<p>Kotlin: System.out?.println("Hi") Java: System.out.println("Hi") Scala: println("Hi") Ruby: puts("Hi")
评论 #3455713 未加载
评论 #3455699 未加载
评论 #3455994 未加载
foobarbazetcover 13 years ago
System.out?<p>Really?
评论 #3459488 未加载