Possible Duplicate:
Which IDE for Scala 2.8?
I’m learning Scala by reading ‘Programming in Scala’ book by Odersky et al.
What programming environment people use for scala?
I’ve used TextMate and emacs, and trying to use eclipse for Java.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are several options, with varying degrees of maturity:
Other tools that are not IDEs but will help have on your routine (specially if you are not addicted to IDEs):
I like IDEA better then Eclipse, although the Eclipse has evolved well. I chose it because it worked better on refactors and has good support for Maven. Eclipse also support maven, but I felt IDEA’s implementation better.
Now these tools are in constant improvement, and all of the have their strengths and weaknesses. Stability has improved a lot, and I felt productive in both Eclipse and IDEA. But my understanding is that the tooling is not at the same level the Java versions.