- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Advance Actors documentation or tutorials
Wed, 2012-02-01, 05:08
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!
Wed, 2012-02-01, 11:31
#2
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.-
>
>
Wed, 2012-02-01, 11:41
#3
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:
--
Viktor Klang
Akka Tech LeadTypesafe - The software stack for applications that scale
Twitter: @viktorklang
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
Wed, 2012-02-01, 11:51
#4
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
>
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!
>