Skip to main content

Lambda the Ultimate | Programming Languages Weblog

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 45 people (11 private), first by anonymouse user on 2006-03-02


Public Comment

on 2008-03-11 by greenar

g9老大极力推荐的site,lamda,了了吧

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