Hacker News new | ask | show | jobs
by wkcamp 3835 days ago
"Scala has a lot of rough edges already around getting a build environment, SBT pain, IDE environment pain" I never had this issue with Scala. Maybe because I'm an independent dev, but regardless, I had scala, sbt, emacs, and g8 ready within 5-10 minutes.
1 comments

I don't use emacs or sbtg or g89, and I never had any problem getting set up with Scala, either at the company where we used Eclipse with maven builds or now where we use Intellij with gradle builds.

But learning how to use IDEs and build tools and even git or svn, effectively is definitely a learning curve. Just don't blame your hassles on a programming language.