由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 感觉学scala不学haskell是不行的
相关主题
玩Scala需要学习Scalaz吗?c++ operator overloading question
我还是认为scala的程序员水平高Functional Programming Patterns
感觉学scala不学haskell还是不行呀刚看到Paul Phillips对Scala的攻击
大牛对Scala的type system如何评价?Java is back
scala基本是死了。clojure还有戏么有几个人能 背着把gof 23种pattern 用java 随便写5,6个写出来
ajax小问题参加scala days的唯一感受
大家有没有觉得Scala不如Haskell美?coltzhao等scala党说说streaming吧
请问一个implicit conversion的问题(C++)Swift到底怎么样?有没有前途?
相关话题的讨论汇总
话题: implicit话题: scala话题: haskell话题: parameter话题: 不学
进入Programming版参与讨论
1 (共1页)
p*****2
发帖数: 21240
1
学了haskell才能看清楚scala
t**r
发帖数: 3428
2
不学common lisp 或者scheme是无法 看清haskell的。
p*****2
发帖数: 21240
3
感觉现在scala没啥好书

【在 t**r 的大作中提到】
: 不学common lisp 或者scheme是无法 看清haskell的。
l**********n
发帖数: 8443
4
大牛说说怎么掌握scala的implicit?

【在 p*****2 的大作中提到】
: 感觉现在scala没啥好书
b***e
发帖数: 1419
5
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.46.984
Read this original paper. Ignore the type theory part and look at the
examples. It makes a lot sense.

【在 l**********n 的大作中提到】
: 大牛说说怎么掌握scala的implicit?
l**********n
发帖数: 8443
6
多谢大牛

【在 b***e 的大作中提到】
: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.46.984
: Read this original paper. Ignore the type theory part and look at the
: examples. It makes a lot sense.

c******o
发帖数: 1277
7
2 DIFFERENT kinds of Implicit
1. Implicit Parameter, Great, use it, and you like it, sometime it is even
necessary.
2. Implicit Conversion, BAD, use it can give you very good feel, but send
you into traps later. Very hard to read, debug and expand. (it is hard to
see the scope that you are in at certain point of code execution, and when
you expand it, you runinto 3, 4, even 5 way Implicit Conversions, too many
combination to maintain).
d****n
发帖数: 1637
b***e
发帖数: 1419
9
Second this. That being said, I find implicit parameters confusing when
interfering with event handlers. It could be confusing whether the event
handler callback is in the scope of the enclosing implicit parameter or not.
Implicit parameter is a great replacement for thread local variables. It
works well with continuation passing style.

many

【在 c******o 的大作中提到】
: 2 DIFFERENT kinds of Implicit
: 1. Implicit Parameter, Great, use it, and you like it, sometime it is even
: necessary.
: 2. Implicit Conversion, BAD, use it can give you very good feel, but send
: you into traps later. Very hard to read, debug and expand. (it is hard to
: see the scope that you are in at certain point of code execution, and when
: you expand it, you runinto 3, 4, even 5 way Implicit Conversions, too many
: combination to maintain).

p*****2
发帖数: 21240
10

感觉意义不大。不如多听听coltzhao的。

【在 d****n 的大作中提到】
: 2爷对这个怎么看?
: http://www.slideshare.net/Bozho/scala-the-good-the-bad-and-the-

相关主题
ajax小问题c++ operator overloading question
大家有没有觉得Scala不如Haskell美?Functional Programming Patterns
请问一个implicit conversion的问题(C++)刚看到Paul Phillips对Scala的攻击
进入Programming版参与讨论
d****n
发帖数: 1637
11
coltzhao 说的那个ppt都包括了
H****S
发帖数: 1359
12
Scala in depth 基本上解释得很清楚。知道怎么用还是很必要的,不然读起别人code
来象天书。
[在 loganfreeman (Now we are one!) 的大作中提到:]
:大牛说说怎么掌握scala的implicit?
:【 在 peking2 (ECMA) 的大作中提到: 】
:...........
s*****r
发帖数: 43070
13
scalaz?type classes,感觉很复杂,学习资料比较少
d********u
发帖数: 5383
14
给位先搞清楚lambda calculus再学那些吧,否则就是死记硬背的命。

【在 p*****2 的大作中提到】
: 学了haskell才能看清楚scala
n*****3
发帖数: 1584
15
this book is hard to follow, at least for me; you must have
solid FP background.

code

【在 H****S 的大作中提到】
: Scala in depth 基本上解释得很清楚。知道怎么用还是很必要的,不然读起别人code
: 来象天书。
: [在 loganfreeman (Now we are one!) 的大作中提到:]
: :大牛说说怎么掌握scala的implicit?
: :【 在 peking2 (ECMA) 的大作中提到: 】
: :...........

H****S
发帖数: 1359
16
有些bad part的例子举得不恰当。
List(1,2,3).toSet() = (List(1,2,3).toSet).apply()
这返回false不是很正常吗?

【在 d****n 的大作中提到】
: 2爷对这个怎么看?
: http://www.slideshare.net/Bozho/scala-the-good-the-bad-and-the-

1 (共1页)
进入Programming版参与讨论
相关主题
Swift到底怎么样?有没有前途?scala基本是死了。clojure还有戏么
平生不学fp 纵称程序员也枉然ajax小问题
a simple question about constructor大家有没有觉得Scala不如Haskell美?
为什么有点函数声明的参数类型但是没有变量名呢?请问一个implicit conversion的问题(C++)
玩Scala需要学习Scalaz吗?c++ operator overloading question
我还是认为scala的程序员水平高Functional Programming Patterns
感觉学scala不学haskell还是不行呀刚看到Paul Phillips对Scala的攻击
大牛对Scala的type system如何评价?Java is back
相关话题的讨论汇总
话题: implicit话题: scala话题: haskell话题: parameter话题: 不学