|
|
|
|
|
by eeperson
3752 days ago
|
|
> Sounds horribly magic/incomprehensible How is compiling everything in a given directory any more magic/incomprehensible than any other build tool? > I don't think the work of doing it in Maven with an IDE could be called substantial. Push the button, choose the scala template, give it a groupId and artifactId, done What IDE comes with a 'scala template' out of the box? What if you are not already in the JVM ecosystem? With SBT, the set up is: - Install SBT/Activator With your suggested equivalent, the steps are: - Install Maven - Install IDE - Install Scala IDE plugin I think the SBT option sounds like they would be much less imposing for a beginner. |
|
IntelliJ ships with Scala support doesn't it? And the eclipse-based scala-ide comes with maven support, no? So it's just:
- Install scala-ide