- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Scala Video Tutorials
Wed, 2011-06-29, 19:32
Gentlemen, I am sort of dabbling with Scala and am wondering if there are any sites you can share with me where there are free/paid video tutorials of Scala Programming Language. For instance I am looking at something similar to these sites
nodetuts.com - for nodejsteachmetocode.com - for ruby/rails stackscreencasts.org - for ruby/webdev in general stackblip.tv/clojure - for clojure (there was another site I forget)pragprog.com/screencasts - paid but good quality
but from a Scala perspective. Most of the talks I have found on infoq, skillsmatter are a bit more specific to a particular topic or solution than a coverage of the language in general.I would appreciate if you could can share the information.
nodetuts.com - for nodejsteachmetocode.com - for ruby/rails stackscreencasts.org - for ruby/webdev in general stackblip.tv/clojure - for clojure (there was another site I forget)pragprog.com/screencasts - paid but good quality
but from a Scala perspective. Most of the talks I have found on infoq, skillsmatter are a bit more specific to a particular topic or solution than a coverage of the language in general.I would appreciate if you could can share the information.
Wed, 2011-06-29, 22:37
#2
Re: Scala Video Tutorials
Maybe this talk by Martin Odersky is a good start? It is a presentation
at DEFCON 2009, in which he gives an overview of the language and some
insights about the ideas behind the design.
http://ftp.heanet.ie/mirrors/fosdem-video/2009/maintracks/scala.xvid.avi
-Arnout
> I am sort of dabbling with Scala and am wondering if there are any sites
> you can share with me where there are free/paid video tutorials of Scala
> Programming Language.
> ...
> but from a Scala perspective. Most of the talks I have found on infoq,
> skillsmatter are a bit more specific to a particular topic or solution
> than a coverage of the language in general.I would appreciate if you
> could can share the information.
Wed, 2011-06-29, 23:17
#3
Re: Scala Video Tutorials
Dear Kris,
i think Bill Venners talk: the feel of scala is really good.
Best wishes,
--greg
On Wed, Jun 29, 2011 at 12:16 PM, Arnout <scala@list.romeinszoon.nl> wrote:
--
L.G. Meredith
Managing Partner
Biosimilarity LLC
7329 39th Ave SWSeattle, WA 98136
+1 206.650.3740
http://biosimilarity.blogspot.com
i think Bill Venners talk: the feel of scala is really good.
Best wishes,
--greg
On Wed, Jun 29, 2011 at 12:16 PM, Arnout <scala@list.romeinszoon.nl> wrote:
Maybe this talk by Martin Odersky is a good start? It is a presentation at DEFCON 2009, in which he gives an overview of the language and some insights about the ideas behind the design.
http://ftp.heanet.ie/mirrors/fosdem-video/2009/maintracks/scala.xvid.avi
-Arnout
I am sort of dabbling with Scala and am wondering if there are any sites
you can share with me where there are free/paid video tutorials of Scala
Programming Language.
...
but from a Scala perspective. Most of the talks I have found on infoq,
skillsmatter are a bit more specific to a particular topic or solution
than a coverage of the language in general.I would appreciate if you
could can share the information.
--
L.G. Meredith
Managing Partner
Biosimilarity LLC
7329 39th Ave SWSeattle, WA 98136
+1 206.650.3740
http://biosimilarity.blogspot.com
Thu, 2011-06-30, 15:07
#4
Re: Scala Video Tutorials
My 1 hour "Seductions of Scala" talk at the Sept. 2010 Chicago-Area Scala Enthusiasts was recorded by the CME.
http://at.pscdn.net/008/00102/videoplatform/kv/100917scalaKV.html
There's a longer (~2.5 hour) tutorial version available from O'Reilly ($): http://oreilly.com/catalog/0636920014416
dean
On Wed, Jun 29, 2011 at 1:32 PM, Kris K <iamkris@gmail.com> wrote:
--
Dean Wampler
co-producer, Development Languages, Practices, and Techniques stage at Agile2011
"Programming Scala" (O'Reilly) http://programmingscala.com
twitter: @deanwampler, @chicagoscala
http://polyglotprogramming.com
http://at.pscdn.net/008/00102/videoplatform/kv/100917scalaKV.html
There's a longer (~2.5 hour) tutorial version available from O'Reilly ($): http://oreilly.com/catalog/0636920014416
dean
On Wed, Jun 29, 2011 at 1:32 PM, Kris K <iamkris@gmail.com> wrote:
Gentlemen, I am sort of dabbling with Scala and am wondering if there are any sites you can share with me where there are free/paid video tutorials of Scala Programming Language. For instance I am looking at something similar to these sites
nodetuts.com - for nodejsteachmetocode.com - for ruby/rails stackscreencasts.org - for ruby/webdev in general stack blip.tv/clojure - for clojure (there was another site I forget)pragprog.com/screencasts - paid but good quality
but from a Scala perspective. Most of the talks I have found on infoq, skillsmatter are a bit more specific to a particular topic or solution than a coverage of the language in general.I would appreciate if you could can share the information.
--
Dean Wampler
co-producer, Development Languages, Practices, and Techniques stage at Agile2011
"Programming Scala" (O'Reilly) http://programmingscala.com
twitter: @deanwampler, @chicagoscala
http://polyglotprogramming.com
Thu, 2011-06-30, 17:57
#5
Re: Scala Video Tutorials
Thanks a lot for all your responses and valuable links. Very much appreciated.
Hi. How about Martin's talk at JavaPolis'07 (58 mins). This provides a
great overview, including examples of clever things that become
possible when functions are instances of classes. It coincides with
the release of the very first (pdf-only) version of the Programming in
Scala book.
http://parleys.com/#st=5&id=83
On Wed, Jun 29, 2011 at 7:32 PM, Kris K wrote:
> Gentlemen,
> I am sort of dabbling with Scala and am wondering if there are any sites
> you can share with me where there are free/paid video tutorials of Scala
> Programming Language. For instance I am looking at something similar to
> these sites
> nodetuts.com - for nodejs
> teachmetocode.com - for ruby/rails stack
> screencasts.org - for ruby/webdev in general stack
> blip.tv/clojure - for clojure (there was another site I forget)
> pragprog.com/screencasts - paid but good quality
>
> but from a Scala perspective. Most of the talks I have found on infoq,
> skillsmatter are a bit more specific to a particular topic or solution than
> a coverage of the language in general.I would appreciate if you could can
> share the information.