Lambda the Ultimate | Programming Languages Weblog
Popularity Report
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
URL Tag Cloud
Bookmark History
Saved by 45 people (11 private), first by anonymouse user on 2006-03-02
Public Sticky notes
Scala is different from other concurrent languages in that it contains no language support for concurrency beyond the standard thread model offered by the host environment. Instead of specialized language constructs we rely on Scala's general abstraction capabilities to define higher-level concurrency models. In such a way, we were able to define all essential operations of Erlang's actor-based process model in the Scala library.
Highlighted by made_lin85
Lambda the Ultimate
Highlighted by hunter107


Public Comment
on 2008-03-11 by greenar