O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
There's more to F# than what was officially released with Visual Studio 2010. This excerpt from Chris Smith's Programming F# introduces the F# PowerPack, a complementary set of tools and utilities to ...
Answered by Dean Wampler : Mar 30 2010 12:30 PM
Scala's embedded support for XML literals is controversial with some people (it does add some complexity to the language), but it can make XML chores far easier to manage than doing them with Java... full answer >
You need to execute an external Scala script as a part of your Maven build.
Configure the script goal of the Maven Scala plugin and specify a Scala script in the scriptFile configuration parameter.
...
You need to execute an inline Scala script as a part of your Maven build.
Configure the script goal of the maven-scala-plugin, and pass a Scala script to the script configuration parameter.
<pro...
Dean Wampler and Alex Payne's Programming Scala discusses IDEs that can be used for Scala programming in Chapter 14. IDE support is not as rich as it might be, but there are Scala plugins for Ecl...