- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
ScalaCS 0.1
Sat, 2010-03-13, 17:02
I'm happy to announce ScalaCS first release.
Main goals are :
* to provide a resident compiler server for several projects (=>
decrease time need to re-compile from command line tool)
* to ease integration into tools (text editor, IDE)
* by using an http interface to access services provided by the
server (ease integration, see sample clients (sh and java))
* by providing formatted ouput log (2 regexp to parse)
more info at http://github.com/davidB/scalacs
/davidB