- 浏览: 35058 次
- 性别:
- 来自: 北京
最近访客 更多访客>>
文章分类
最新评论
-
derlang:
mryufeng 写道方向很好哦多谢鼓励,共同进步
Erlang学习告一段落 -
mryufeng:
方向很好哦
Erlang学习告一段落 -
crackcell:
一起进步……
Erlang学习告一段落
from <<Programming in scala>>
A balanced attitude for Scala programmers
Prefer vals, immutable objects, and methods without side effects.
Reach for them first. Use vars, mutable objects, and methods with side
effects when you have a specific need and justification for them.
- Actors should not block
- Communicate with actors only via messages
- Prefer immutable messages
- Make messages self-contained
引用
A balanced attitude for Scala programmers
Prefer vals, immutable objects, and methods without side effects.
Reach for them first. Use vars, mutable objects, and methods with side
effects when you have a specific need and justification for them.
发表评论
-
Erlang应用列表
2010-11-02 17:47 766本文收集Erlang的应用列表,随时更新维护 WebS ... -
安装wx成功
2010-11-01 23:10 839今晚下定决心,要安装wx for Erlang,经过几个小时的 ... -
几个有趣的Erlang项目
2010-07-15 18:45 872Riak Scalaris CouchDB Disco ... -
mnesia schema management
2010-06-19 16:59 852Q: 加入一个新节点到Mnesia System &g ... -
日日亲近之
2010-06-03 19:19 29净空法师有一读书法:一门深入,长时熏修。细细想来,确有至理存在 ... -
学习erlang三个月小节
2010-06-01 21:44 825期间主要做了 - 看erlang programmin ... -
对Erlang的学习需要深入
2010-04-30 17:56 57用Erlang写了一个集群管理和监控系统,初具 ... -
Erlang标准库代码
2010-04-21 22:35 750欲掌握OTP,可以多读读Erlang标准库代码,rpc, os ... -
Erlang集群管理系统中遇到的一些小问题
2010-03-10 17:31 1463erlang节点之间的文件传输 # file:read_fil ... -
Erlang学习告一段落
2010-02-28 17:13 1157学习了一个多月的Erlang,很开阔眼界。最近在公司里建议用E ... -
gen_server: handle_cast VS handle_info
2010-02-20 15:17 2539http://www.trapexit.org/forum/v ... -
开源项目egfs
2010-02-19 22:21 930在http://projects.trapexit.org/w ... -
为EFS提供C API
2010-02-17 18:32 927问题: EFS是我最近学习Erlang的过程中写的一个min ... -
Erlang interoperability
2010-02-17 16:33 702在HTML文档的 doc/tutorial下有文件(新添Mak ... -
mini code and tools
2010-02-17 12:09 577on startup: ./.erlang $HOME/.e ... -
Erlang中的各类文件
2010-02-15 10:45 746[按] 还是多看看这个http://erlangdisplay ... -
Erlang bytecode
2010-02-10 18:26 809http://mryufeng.iteye.com yufe ... -
Erlang的基准测试
2010-02-08 23:11 739需要测试Erlang系统各个方面的性能。 进程创建和并发 ... -
Erlang的代码加载过程
2010-02-08 23:05 603code:load_file/1 提个问题在这儿,慢 ... -
Erlang中的进程表示
2010-02-08 22:56 829test1() -> Pid = spaw ...
相关推荐
Title: Learning Concurrent Programming in Scala, 2nd Edition Author: Aleksandar Prokopec Length: 382 pages Edition: 2nd Revised edition Language: English Publisher: Packt Publishing - ebooks Account ...
Concurrent and parallel programming have progressed from niche disciplines, of interest only to kernel programming and high-performance computing, to something that every competent programmer must ...
《Learning Concurrent Programming in Scala》第二版是一本详尽介绍了如何使用Scala构建复杂的、可扩展的并发应用程序的书籍。本书通过实际案例和理论讲解相结合的方式,帮助读者掌握以下关键概念和技术: 1. **...
How to use actors for concurrent programming Mastering the Scala type system Scala's OO features—type member inheritance, multiple inheritance, and composition Functional concepts and patterns—...
Explore the world of lightning fast Clojure apps with asynchronous channels, logic, reactive programming, and more About This Book Discover Clojure's features and advantages and use them in your ...
As well as simplifying development, Akka enables multiple concurrency development patterns with particular support and architecture derived from Erlang’s concept of actors (lightweight concurrent ...
To start with, you'll understand the basic concurrency concepts and explore patterns around explicit locking, lock free programming, futures & actors. Then, you'll get insights into different ...
* Know how to use mixin composition with traits, pattern matching, concurrency with Actors, and other essential features, * Take advantage of Scala's built-in support for XML, * Learn how to develop ...
《Scala中的actors》是一本关于在Scala编程语言中使用actors进行编程的教程。Actors提供了一个高级的编程模型,用于构建并发和分布式系统,该模型基于轻量级进程和消息传递。本书的作者之一,Philipp Haller,是...
of Actors on Many-Core MachinesSylvan Clebsch and Sophia Drossopoulou Department of Computing, Imperial College, London{sc5511, scd}@doc.ic.ac.ukAbstract Disposal of dead actors in actor-model ...
- **Actors**:Scala的Actor库为实现分布式系统提供了强大支持,利用Actor可以构建高度并发的应用程序。 #### 学习价值 - **提升编程能力**:通过学习Scala,可以更好地掌握函数式编程和面向对象编程的核心思想和...
An IP list of bad actors targeting public infra like website, ssh endpoints, etc.
此外,书中还涉及了与Java的不同之处,以及Scala标准库中的容器和actors等库的介绍。 ### 标签 “scala”标签表明这本书是有关Scala编程语言的。 ### 部分内容 1. 知名人士对《Programming in Scala》的前一版给予...
scala-actors-2.10 jar包,可以解决 scala-actors-2.10以上版本带来的不兼容问题
4. **覆盖范围广泛**:除了核心语言特性外,本书还涵盖了如容器、演员(Actors)等重要的库和技术,使读者能够更加全面地了解Scala生态系统的广阔领域。 #### 读者评价 - **Ken Egervari**,首席软件架构师:本书...