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.

Ask HN: Clojure on Android?

1 pointsby olenhadover 12 years ago
I've recently been learning clojure, and discovered the clojure REPL for android(https://play.google.com/store/apps/details?id=com.sattvik.clojure_repl&hl=en), which works beautifully for small scripts. Despite this, I haven't seen much adoption amongst the android dev community, despite clojure's powerful yet simple syntax (much more preferable than Java!). Any ideas on why this is the case?

1 comment

lighthazardover 12 years ago
I'd say because it's just not native to the Android development process. Android started with Java as the language of choice for development and that means Java will always be a first choice for most people because of the multitude of tutorials and docs and help (also fully supported by Google).