
Programming Scala is a new book on Scala, written by Dean Wampler and Alex Payne.
The rough cuts version of this book is released under Creative Commons Attribution - noncommercial.
The table of contents of this book are tuned from the point of view of the programmer.
The online book is available here
http://programming-scala.labs.oreilly.com/Here is a simple illustration of XML data to string conversion in Scala and assertion of the element type.
<projects>
<project>
<name>Tacos</name>
<desc>Twincling Automatic Configuration Service</desc>
</project>
</projects>
"""
val someXML
= XML.
LoadString(someXMLString
)
assert(someXML.isInstanceOf([scala.xml.Elem])
So, check out this online book and give a boost to learning Scala.
Comments
The animal on this book of
Post new comment