The Artima Developer Community
Sponsored Link

Java Buzz Forum
Java News Brief (JNB): Why Scala?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Weiqi Gao

Posts: 1808
Nickname: weiqigao
Registered: Jun, 2003

Weiqi Gao is a Java programmer.
Java News Brief (JNB): Why Scala? Posted: Dec 6, 2007 12:14 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Weiqi Gao.
Original Post: Java News Brief (JNB): Why Scala?
Feed Title: Weiqi Gao's Weblog
Feed URL: http://www.weiqigao.com/blog/rss.xml
Feed Description: Sharing My Experience...
Latest Java Buzz Posts
Latest Java Buzz Posts by Weiqi Gao
Latest Posts From Weiqi Gao's Weblog

Advertisement

This month's OCI Java News Brief (JNB) features Tim Dalton on the topic Why Scala?.

Tim Dalton:

Introduction

Scala is a programming language that integrates features of object-oriented and functional programming languages. It is statically typed and compiles to JVM bytecode. A scripting interpreter is also part of the Scala language distribution. At the time of this writing, the current release of Scala for the JVM is version 2.6 with a significantly less mature .NET version beginning to get more attention. This document provides an overview of those aspects of Scala that make it an intriguing option for development on the JVM platform and perhaps eventually .NET as well.

Summary

Scala's features make it as close to a dynamic language as a statically type language can get and yet maintain the performance characteristics of compiled Java. Scala approximates features that make dynamic languages like Ruby and Groovy attractive. Functional language features allow Scala programs to follow a more functional style when it is better suited for the task at hand or take an non-functional imperative approach.

Like many of the other articles in the JNB, Tim's article is written in a tutorial style that flows naturally. It is best suited for a quiet afternoon's reading and experimenting at the terminal. Just download Scala and follow along. You won't be disappointed.

BTW, Tim will be the presenter at the December 2007 St. Louis Java Users Group meeting Thursday December 13. The topic—Scala.

Come!

Read: Java News Brief (JNB): Why Scala?

Topic: MySQL SQL Delete Notes Previous Topic   Next Topic Topic: ServletException rootCause vs cause

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use