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.

Using Scala in Bump for Android

46 pointsby jmintzalmost 14 years ago

3 comments

fizxalmost 14 years ago
&#62; Scala runs a little slower than Java (I've heard about 6x in benchmarks, but I'd bet it's worse in Dalvik),<p>[citation required]
评论 #2651606 未加载
评论 #2651523 未加载
ysphalmost 14 years ago
"Scala works very well with existing Java frameworks. Android is, of course, one big Java framework and we were going to have to interface with it a lot. A number of people asked, given the above, why not use Clojure--this is why."<p>Since when does Clojure not work well with existing Java frameworks? I wouldn't advocate Clojure or Scala one way or the other since I have little idea of what they're doing, but the above doesn't strike me as sound reasoning.
评论 #2650999 未加载
评论 #2651207 未加载
评论 #2650992 未加载
评论 #2651636 未加载
DanielRibeiroalmost 14 years ago
I've fixxed a <i>getting started</i> project using the latest Android SDK and Scala 2.9: <a href="https://github.com/danielribeiro/HelloScalaOnAndroid" rel="nofollow">https://github.com/danielribeiro/HelloScalaOnAndroid</a><p><i>Edit:</i> The pull request was accepted at: <a href="https://github.com/gw111zz/HelloScalaOnAndroid" rel="nofollow">https://github.com/gw111zz/HelloScalaOnAndroid</a>