Scala for Java Developers - Intro
by David Copeland on Aug 13, 2009
- 1,920 views
Slides of a talk I gave at work on Scala. It is geared toward Java developers. Some of the examples are in my company's domain, which is analyzing energy usage (i.e. a "read" is an electric meter rea...
Slides of a talk I gave at work on Scala. It is geared toward Java developers. Some of the examples are in my company's domain, which is analyzing energy usage (i.e. a "read" is an electric meter read).
Accessibility
Categories
Tags
More...Upload Details
Uploaded via SlideShare as Adobe PDF
Usage Rights
Statistics
- Favorites
- 0
- Downloads
- 49
- Comments
- 1
- Embed Views
- Views on SlideShare
- 1,204
- Total Views
- 1,920

Slide 66. Parenthesis are required
log.info(if (read.usage < 10) 'low read' else 'high read')
Slide 83 does not compile 2 years ago Reply