Seven Languages in Seven Weeks: A Pragmatic Guide to Learning Programming Languages (Pragmatic Programmers) by Bruce A. Tate

Seven Languages in Seven Weeks: A Pragmatic Guide to Learning Programming Languages (Pragmatic Programmers) by Bruce A. Tate

Author:Bruce A. Tate [Tate, Bruce A.]
Language: eng
Format: mobi
Tags: Pragmatic Bookshelf
ISBN: 9781934356593
Publisher: Pragmatic Bookshelf
Published: 2010-11-10T00:00:00+00:00


XML

Modern programming problems meet Extensible Markup Language (XML) with increasing regularity. Scala takes the dramatic step of elevating XML to a first-class programming construct of the language. You can express XML just as easily as you do any string:

scala> val movies =

| <movies>

| <movie genre="action">Pirates of the Caribbean</movie>

| <movie genre="fairytale">Edward Scissorhands</movie>

| </movies>

movies: scala.xml.Elem =

<movies>

<movie genre="action">Pirates of the Caribbean</movie>



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.