Scala Basics

From JVMLangSummit
Revision as of 15:31, 17 September 2009 by Dpp (talk | contribs) (Scala Basics - Byte-code Fancypants)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Scala Basics - Byte-code Fancypants

David Pollak, Liftweb.net

Project

Lift http://liftweb.net

Blog

http://blog.lostlake.org

Slides
File:Scala fancy pants.pdf

Fork it http://github.com/dpp/jvm_summit_2009


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)