This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Advance Actors documentation or tutorials

4 replies
santiagobasulto
Joined: 2011-11-04,
User offline. Last seen 49 weeks 3 days ago.

Hello friends,

i've got a pretty good background with Java concurrency, but i can't
find any advanced tutorials / documentation for Scala Actors.

The best I found is this (it's in the docs site):
http://docs.scala-lang.org/overviews/core/actors.html

I've already read:

Programming in Scala: A Comprehensive Step-by-Step Guide, 2nd Edition
(Odersky, et al)

Programming Scala: Scalability = Functional Programming + Objects
(Payne, et al)

Thank you very much!

Philipp Haller
Joined: 2009-01-13,
User offline. Last seen 42 years 45 weeks ago.
Re: Advance Actors documentation or tutorials

Hi,

On Feb 1, 2012, at 5:08 AM, Santiago Basulto wrote:

> Hello friends,
>
> i've got a pretty good background with Java concurrency, but i can't
> find any advanced tutorials / documentation for Scala Actors.

You might want to have a look at the book "Actors in Scala" (Artima, 2011). It contains more advanced documentation for Scala Actors, as well as material on Akka actors.

Cheers,
Philipp

>
> The best I found is this (it's in the docs site):
> http://docs.scala-lang.org/overviews/core/actors.html
>
> I've already read:
>
> Programming in Scala: A Comprehensive Step-by-Step Guide, 2nd Edition
> (Odersky, et al)
>
> Programming Scala: Scalability = Functional Programming + Objects
> (Payne, et al)
>
> Thank you very much!
>

santiagobasulto
Joined: 2011-11-04,
User offline. Last seen 49 weeks 3 days ago.
Re: Advance Actors documentation or tutorials

Thank you Philipp. I'm aware of that book. Also this:

Programming Scala: Tackle Multi-Core Complexity on the Java Virtual
Machine (Venkat Subramaniam)

But i'm in Argentina and is pretty hard to get those books.

I was looking for something free in the internet.

Any idea?

El día 1 de febrero de 2012 05:08, Philipp Haller
escribió:
> Hi,
>
> On Feb 1, 2012, at 5:08 AM, Santiago Basulto wrote:
>
>> Hello friends,
>>
>> i've got a pretty good background with Java concurrency, but i can't
>> find any advanced tutorials / documentation for Scala Actors.
>
> You might want to have a look at the book "Actors in Scala" (Artima, 2011). It contains more advanced documentation for Scala Actors, as well as material on Akka actors.
>
> Cheers,
> Philipp
>
>
>>
>> The best I found is this (it's in the docs site):
>> http://docs.scala-lang.org/overviews/core/actors.html
>>
>> I've already read:
>>
>> Programming in Scala: A Comprehensive Step-by-Step Guide, 2nd Edition
>> (Odersky, et al)
>>
>> Programming Scala: Scalability = Functional Programming + Objects
>> (Payne, et al)
>>
>> Thank you very much!
>>
>> --
>> Santiago Basulto.-
>
>

Viktor Klang
Joined: 2008-12-17,
User offline. Last seen 1 year 27 weeks ago.
Re: Advance Actors documentation or tutorials
Akka documentation for 2.0 is > 300 pages.

On Wed, Feb 1, 2012 at 11:28 AM, Santiago Basulto <santiago.basulto@gmail.com> wrote:
Thank you Philipp. I'm aware of that book. Also this:

Programming Scala: Tackle Multi-Core Complexity on the Java Virtual
Machine (Venkat Subramaniam)

But i'm in Argentina and is pretty hard to get those books.

I was looking for something free in the internet.

Any idea?

El día 1 de febrero de 2012 05:08, Philipp Haller
<philipp.haller@epfl.ch> escribió:
> Hi,
>
> On Feb 1, 2012, at 5:08 AM, Santiago Basulto wrote:
>
>> Hello friends,
>>
>> i've got a pretty good background with Java concurrency, but i can't
>> find any advanced tutorials / documentation for Scala Actors.
>
> You might want to have a look at the book "Actors in Scala" (Artima, 2011). It contains more advanced documentation for Scala Actors, as well as material on Akka actors.
>
> Cheers,
> Philipp
>
>
>>
>> The best I found is this (it's in the docs site):
>> http://docs.scala-lang.org/overviews/core/actors.html
>>
>> I've already read:
>>
>> Programming in Scala: A Comprehensive Step-by-Step Guide, 2nd Edition
>> (Odersky, et al)
>>
>> Programming Scala: Scalability = Functional Programming + Objects
>> (Payne, et al)
>>
>> Thank you very much!
>>
>> --
>> Santiago Basulto.-
>
>



--
Santiago Basulto.-



--
Viktor Klang

Akka Tech LeadTypesafe - The software stack for applications that scale

Twitter: @viktorklang
santiagobasulto
Joined: 2011-11-04,
User offline. Last seen 49 weeks 3 days ago.
Re: Advance Actors documentation or tutorials

But Akka Actors are not the same as the included in the scala package.
Or am i wrong?

El día 1 de febrero de 2012 07:30, √iktor Ҡlang
escribió:
> Akka documentation for 2.0 is > 300 pages.
>
>
> On Wed, Feb 1, 2012 at 11:28 AM, Santiago Basulto
> wrote:
>>
>> Thank you Philipp. I'm aware of that book. Also this:
>>
>> Programming Scala: Tackle Multi-Core Complexity on the Java Virtual
>> Machine (Venkat Subramaniam)
>>
>> But i'm in Argentina and is pretty hard to get those books.
>>
>> I was looking for something free in the internet.
>>
>> Any idea?
>>
>> El día 1 de febrero de 2012 05:08, Philipp Haller
>> escribió:
>> > Hi,
>> >
>> > On Feb 1, 2012, at 5:08 AM, Santiago Basulto wrote:
>> >
>> >> Hello friends,
>> >>
>> >> i've got a pretty good background with Java concurrency, but i can't
>> >> find any advanced tutorials / documentation for Scala Actors.
>> >
>> > You might want to have a look at the book "Actors in Scala" (Artima,
>> > 2011). It contains more advanced documentation for Scala Actors, as well as
>> > material on Akka actors.
>> >
>> > Cheers,
>> > Philipp
>> >
>> >
>> >>
>> >> The best I found is this (it's in the docs site):
>> >> http://docs.scala-lang.org/overviews/core/actors.html
>> >>
>> >> I've already read:
>> >>
>> >> Programming in Scala: A Comprehensive Step-by-Step Guide, 2nd Edition
>> >> (Odersky, et al)
>> >>
>> >> Programming Scala: Scalability = Functional Programming + Objects
>> >> (Payne, et al)
>> >>
>> >> Thank you very much!
>> >>
>> >> --
>> >> Santiago Basulto.-
>> >
>> >
>>
>>
>>
>> --
>> Santiago Basulto.-
>
>
>
>
> --
> Viktor Klang
>
> Akka Tech Lead
> Typesafe - The software stack for applications that scale
>
> Twitter: @viktorklang
>

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland