Difference between revisions of "Scala Basics"

From JVMLangSummit
Jump to navigationJump to search
(Scala Basics - Byte-code Fancypants)
Line 7: Line 7:
  
 
=== Abstract ===
 
=== Abstract ===
 +
 +
Scala Basics — David Pollak
 +
 +
Learn basic constructs in Scala and see how those constructs are translated into byte code. See how Scala implements tail calls, generics, boxing, @specialized, and structural types.
  
 
= Background =
 
= Background =

Revision as of 09:21, 17 September 2009

Scala Basics - Byte-code Fancypants

David Pollak, Liftweb.net

Project
Blog
Slides
File:Scala fancy pants.pdf

Abstract

Scala Basics — David Pollak

Learn basic constructs in Scala and see how those constructs are translated into byte code. See how Scala implements tail calls, generics, boxing, @specialized, and structural types.

Background

Current Status

Future

Key Issues for Discussion

(please expand cooperatively)