Scala - Homepage
http://www.scala-lang.org/
Scala - API
http://www.scala-lang.org/api/current/index.html#package
Scala Documentation
Community-driven documentation for Scala
http://docs.scala-lang.org/index.html
Martin Odersky
Functional Programming Principles in Scala
https://www.coursera.org/course/progfun
Scala Online Kurs mit Martin Odersky als Kursleiter.
Martin Odersky, Erik Meijer, Ronald Kuhn
Principles of Reactive Programming
https://www.coursera.org/course/reactive
Online Kurs zu reaktiven Programmierung mit Scala als Programmiersprache.
Heiko Seeberger
Implicits Unchaied - Type-safe Equality
http://hseeberger.github.io/blog/2013/05/30/implicits-unchained-type-safe-equality-part1/
http://hseeberger.github.io/blog/2013/05/31/implicits-unchained-type-safe-equality-part2/
http://hseeberger.github.io/blog/2013/05/30/implicits-unchained-type-safe-equality-part3/
Heiko's Blog
REBELLABS
Scala 2013 - A a Pragmatic guide to Scala adoption in Your Java organization
http://pages.zeroturnaround.com/rs/zeroturnaround/images/Scala2013-A-Pragmatic-Guide-To-Adoption.pdf
By Janice J. Heiss
Diving into Scala: A Conversation with Java Champion Cay Horstmann
http://www.oracle.com/technetwork/articles/java/horstmann-1958988.html
In einem Interview mit dem Oracle Technology Network erlätert Cay Horstman
(Professor an der San Jose State University, Java Champion und Buchautor) warum Scala
eine Interessante Programmiersprache, insbesondere auch für Java-Entwickler, ist.
Urs Peter and Sander van den Berg
InfoQ
Java 8 vs Scala: a Feature Comparison
Scala Topics
Selected topics about Scala and Functional Programming
http://scala-topics.org/
Daniel Westheide - Block Archive
http://danielwestheide.com/blog/archives/
Erik's Ponderings
http://blog.bruchez.name/
Blog über die Programmiersprache Scala.
Mitch Pronschinske
Scala Jobz
Scala Days 2012
Scala Notes
Typesafe
Bill Venners, Martin Odersky, and Lex Spoon
Sollten Sie noch keine Erfahrung mit der Programmiersprache Scala haben und möchten ein erstes Gefühl
für die Sprache bekommen ist dieser Artikel (mehr ein Tutorial) genau das richtige für Sie.
Der Artikel beschreibt die wenigen Schritte, die zur Installation von Scala notwendig sind. Im Anschluss
werden die ersten Gehversuche mit dem Scala Interpreter vorgenommen, wo grundlegende Sprachelemente
vorgestellt werden. Nach den ersten Schritten mit dem Scala Interpreter werden Schleifen, Verzeigungen, ...
in Kombination mit Scala-Scripten vorgestellt.
Der Inhalt des Artikels ist auch Bestandteil (wenn auch leicht verändert) des Standardwerkes zum Einstieg
in die Scala Programmierung Programming in Scala von Bill Venners, Martin Odersky
und Lex Spoon.
Twitter
Kojo
S-99: Ninety-Nine Scala Problems
http://refcardz.dzone.com/
Stackoverflow - Scala
Martin Odersky [43]
Martin Odersky, Lex Spoon [44]
Martin Odersky, Lex Spoon
Martin Odersky
Martin Odersky, Lex Spoon
Philipp Haller, Stephen Tu
Jason Baldridge
Jonas Bonér
Martin Odersky, Matthias Zenger
artima developer
Scripster - interactive scala script pad
Arno Haase
Michel Schinz, Philipp Haller
Simon Schäfer (aka Antoras)
Bill La Forge
Heiko Seeberger, Jan Blankenhorn -
WeigleWilczek
http://it-republik.de/jaxenter/
http://it-republik.de/jaxenter/
Dhananjay Nene
Nicolas Jorand - crossingtech
Mike's Scala Notes
Ted Neward
http://www.artima.com/
eSCALAtion blog
Jon Pretty, Vince Kenealy, Peter O'Sullivan
Daniel Wellman
Scala Wiki
Another tour of Scala
Scala Style Guide
Brian Clapper, Mark Chadwick
http://entwickler.de
Kent Tong's personal thoughts on information technology
Diese Seite enthält (unter anderem) Artikel über ausgewählte Scala Themen.
[40]
Martin Odersky
Javalobby
Scala Forum
artima developer
de.wikipedia.org
en.wikipedia.org
Adriaan Moors, Frank Piessens, Martind Odersky
Martin Odersky
planet scala
Jim McBeath
Ingo Maier
Scala Swing Testbeispiele
Jens Hildebrand
Christopher Ezell, Dr. Veikko Krypczyk
Akka Project
Play
Josep Prat
Mario Gleichmann
Scala Puzzlers . A fun way to learn more about Scala
Sven Pfleiderer
Jesse D Eichar
http://eed3si9n.com
itmapa.de
Scala - Hamburg (user group)
Scala - A Google+ community for articles and discussions related to the Scala programming language.
Das Design und Layout von ScalaTutorial.de basiert auf Bootstrap, from Twitter
http://java.dzone.com/ - The State Of Scala 2013
Stellenangebote mit Scala - Bezug
http://days2012.scala-lang.org/
http://www.scala-notes.org/
http://typesafe.com/
Scalazine - First Steps to Scala
http://www.artima.com/scalazine/articles/steps.html
Scala School
http://twitter.github.com/scala_school/
http://kogics.net/kojo
Lernsoftware, mit der unter anderem die Programmiersprache Scala erlernt werden kann. Die Software ist auch geeignet,
um Kindern / Jugendlichen den Einstieg in die Programmierung zu ermöglichen.
http://aperiodic.net/phil/scala/s-99/
Scala - The Scalable JVM Language
http://refcardz.dzone.com/refcardz/scala#refcard-download-social-buttons-display
http://stackoverflow.com/tags/scala/info
Scala By Example
http://www.scala-lang.org/docu/files/ScalaByExample.pdf
The Scala 2.8 Collection API
http://lampwww.epfl.ch/~odersky/whatsnew/collections-api/collections.html
The Architecture of Scala Collections
http://www.scala-lang.org/docu/files/collections-api/collections-impl.html#
Chained Package Clauses
http://www.scala-lang.org/docu/files/package-clauses/packageclauses.html
Package Objects
http://www.scala-lang.org/docu/files/packageobjects/packageobjects.html
The Scala 2.8 Actors API
http://www.scala-lang.org/docu/files/actors-api/actors_api_guide.html#
Introduction to Computational Linguistics
First steps in Scala for first time programmers
Part 1: Scala REPL, expressions, variables, basic types, simple functions, saving and running programs, comments
Part 2: Tuples, Lists, methods on Lists and Strings
Part 3: conditional execution with if-else blocks and matching
Part 4: http://bcomposes.wordpress.com/2011/08/30/first-steps-in-scala-for-beginning-programmers-part-4/
Part 5: Regular expressions, matching
Part 6: Regular expressions, matching and substitutions with the scala.util.matching API
Part 7: Maps, Sets, groupBy, Options, flatten, flatMap
Part 8: scala.io.Source, accessing files, flatMap, mutable Maps
Part 9: Objects, classes, inheritance, traits, Lists with multiple related types, apply
Part 10: Scripting, compiling, main methods, return values of functions
Part 11: SBT, scalabha, packages, build systems
Part 12: Code blocks, coding style, closures, scala documentation project
Real-World Scala: Dependency Injection (DI)
http://jonasboner.com/2008/10/06/real-world-scala-dependency-injection-di/
Scalable Component Abstractions
http://lamp.epfl.ch/~odersky/papers/ScalableComponent.pdf
Scalazine - A magazine for the Scala programming community
http://www.artima.com/scalazine
The Origins of Scala - A Conversation with Martin Odersky, Part I
by Bill Venners and Frank Sommers
http://www.artima.com/scalazine/articles/origins_of_scala.html
The Goals of Scala's Design - A Conversation with Martin Odersky, Part II
by Bill Venners and Frank Sommers
http://www.artima.com/scalazine/articles/goals_of_scala.html
The Purpose of Scala's Type System - A Conversation with Martin Odersky, Part III
by Bill Venners and Frank Sommers
http://www.artima.com/scalazine/articles/scalas_type_system.html
The Point of Pattern Matching in Scala - A Conversation with Martin Odersky, Part IV
by Bill Venners and Frank Sommers
http://www.artima.com/scalazine/articles/pattern_matchingP.html
What's New in Scala 2.8: The Architecture of Scala Collections
by Martin Odersky and Lex Spoon
http://www.artima.com/scalazine/articles/scala_collections_architecture.html
http://www.tryscala.com/
Neues in Scala 2.9
jaxenter
A Scala Tutorial - for Java programmers
http://www.scala-lang.org/docu/files/ScalaTutorial.pdf
Scala Tutorial
http://scalatutorial.wordpress.com/
Functional Programming with High Performance Actors
https://github.com/laforge49/Asynchronous-Functional-Programming/wiki
Skalierbare Sprache: Scala - Teil 1: Einstieg
Das Beste aus zwei Welten: Scala - Teil 2: FP und OOP
Tiefe statt Breite: Scala - Teil 3: Typen und Pattern Matching
Heiko Seeberger
Die Advanced-Scala Serie
Dependency Injection mit Scala
Mehrfachvererbung
und AOP "light" mit Scala
Advanced Scala - Implicit Conversions
Implicit Parameters und Type Classes
Tail Recursion und Optimierung
Varianz
Game of Life mit Scala - das Tutorial; Teil 1: Entwicklungsumgebung und Objektorientierung
Game of Life mit Scala - das Tutorial 2; Teil 2: Funktionale Programmierung
Heiko Seeberger
Scala 2.8 - Die wichtigsten Neuerungen
Teil 1: Named and Default Arguments
Teil 2: Scala 2.8: Die überarbeitete Collection Library
Teil 3: Scala 2.8: Package Scopes und Package Objects
Teil 4: Scala 2.8: Type Specialization
Why Java Folks Should Look Forward to Scala
http://java.dzone.com/articles/why-java-folks-should-look
Scala Quick Reference
http://www.scala-lang.org/sites/default/files/pdfs/Scala%20Quick%20Reference.pdf#
http://scala.micronauticsresearch.com/home
The busy Java developer's guide to Scala
http://www.ibm.com/developerworks/views/java/libraryview.jsp?search_by=scala+neward
Functional programming for the object oriented
Class action
Don't get thrown for a loop!
Of traits and behaviors
Dead like COBOL
Implementation inheritance
Collection types
Packages and access modifiers
Building a calculator, Part 1
Building a calculator, Part 2
Building a calculator, Part 3
Scala and servlets
Explore Scala concurrency
Dive deeper into Scala concurrency
Scala + Twitter = Scitter
Enhancing the Scitter library
Updating Twitter, with Scitter
Scalazine
http://www.artima.com/scalazine
http://dgronau.wordpress.com/
The Joy of Scala
http://jaxenter.com/the-joy-of-scala-32434.html
An Introduction to Scala
http://www.danielwellman.com/publications/An_Introduction_to_Scala-Nov2010.pdf
http://scala.sygneca.com/
http://www.naildrivin5.com/scalatour/wiki_pages/MainPage
http://davetron5000.github.com/scala-style/
Scala for Jarheads
http://www.ardentex.com/publications/scala-for-jarheads.pdf
Interview mit Martin Odersky "Scala so einfach wie möglich gestalten"
http://entwickler.de/zonen/portale/psecom,id,99,news,47686,p,0.html
http://agileskills2.org/blog/
The Scala Language Specification Version 2.9
http://www.scala-lang.org/sites/default/files/linuxsoft_archives/docu/files/ScalaReference.pdf
Debasish Ghosh
Scala Implicits : Type Classes Here I Come
http://scala-forum.org/
Scalazine
http://www.artima.com/scalazine
Scala (Programmiersprache)
http://de.wikipedia.org/wiki/Scala_(Programmiersprache)
Scala (programming language)
http://en.wikipedia.org/wiki/Scala_%28programming_language%29
Generics of a Higher Kind
https://lirias.kuleuven.be/bitstream/123456789/186940/4/tcpoly.pdf
JavaOne - Scala - A Scalable Language
http://developers.sun.com/learning/javaoneonline/2008/pdf/TS-5165.pdf
scala blogs aggregated
http://www.planetscala.com/
Scala Functions vs Methods
http://jim-mcbeath.blogspot.com/2009/05/scala-functions-vs-methods.html
The Scala.swing package in 2.8 and beyond
https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/swing/scala/swing/test
Eclipse Anwendungsentwickung mit Scala - Spurwechsel
Eclipse Magazin 2.11
Scala: Modern und funktional
Eclipse Magazin 2.11
http://akka.io/
Web Framework für Scala und Java
http://www.playframework.org/
Scala: Abstract Types
http://j2eethoughts.wordpress.com/2011/03/20/abstract-types/
Functional Scala: Tinkerbell, Frogs and Lists
http://gleichmann.wordpress.com/2011/03/20/functional-scala-tinkerbell-frogs-and-lists/
http://scalapuzzlers.com/index.html
Scala - A Scalable Language
http://www.slideshare.net/pfleidi/presentation-4190265
Daily scala - A short daily dose of scala examples and occasionally explanations.
implicit parameter precedence again
http://eed3si9n.com/implicit-parameter-precedence-again
Softwareentwicklung im Java Umfeld
https://plus.google.com/communities/100488232353575866687
Nicht Scala Links