由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - coffeescript令人着魔
相关主题
Python和perl都属于那种很难精通的语言原来用ruby和python的公司很喜欢转scala
今天跟公司confirm了,没有人用Scala从coffee,scala等到golang效率下降了好几倍
scala/clojure/groovy/Jython/jruby都是噱头这么多人讨论 FP, 大牛推荐门语言吧
看一个php+python程序员的悔恨之路我钟爱的coffeescript这次牛大了 (转载)
看来没跳Scala的坑是对的周末上点有用的信息
从vert.x的例子看脚本groovy这个语言怎么样
groovy整个就是一个better python祝贺peking2升级成Staff & Tech Lead (转载)
业余做些项目Functional programming 是大势所趋
相关话题的讨论汇总
话题: coffee话题: scala话题: ruby话题: jquery
进入Programming版参与讨论
1 (共1页)
l**********n
发帖数: 8443
1
Looking at the code differences between Coffee script and jQuery I only see
a savings of a few characters…but I also find the Coffee script much harder
to read…
The brackets in native JS and jQuery help (me at least) understand the code
and break the code up into understandable chunks…
I too do not see the benefit in filling your brain with yet another syntax
and adding another set of complexity to your work flow only to save a few
keystrokes…
Just my oppinion…
http://css-tricks.com/jquery-coffeescript/
l**********n
发帖数: 8443
2
听听老外怎么吐糟coffeescript
p*****2
发帖数: 21240
3
bullshit

see
harder
code

【在 l**********n 的大作中提到】
: Looking at the code differences between Coffee script and jQuery I only see
: a savings of a few characters…but I also find the Coffee script much harder
: to read…
: The brackets in native JS and jQuery help (me at least) understand the code
: and break the code up into understandable chunks…
: I too do not see the benefit in filling your brain with yet another syntax
: and adding another set of complexity to your work flow only to save a few
: keystrokes…
: Just my oppinion…
: http://css-tricks.com/jquery-coffeescript/

l**********n
发帖数: 8443
4
I found people who used javascript a lot won't like it, but for people who
are new to js, would like coffee simply because it provides class.
l**********n
发帖数: 8443
5
http://ceronman.com/2012/09/17/coffeescript-less-typing-bad-rea
CoffeeScript: less typing, bad readability
p*****2
发帖数: 21240
6
not really true

【在 l**********n 的大作中提到】
: I found people who used javascript a lot won't like it, but for people who
: are new to js, would like coffee simply because it provides class.

p*****2
发帖数: 21240
7
class sucks
never use it in js world

【在 l**********n 的大作中提到】
: I found people who used javascript a lot won't like it, but for people who
: are new to js, would like coffee simply because it provides class.

M***0
发帖数: 1180
8
我们公司用了一年,最近上头决定把coffee阉割了,大部分人反映调debug别人的代码
不方便,招新人来还要给时间上手
t*****n
发帖数: 4908
9
不如typescript爽。coffee实在是有些怪异。可能会ruby的同学感觉不错。

see
harder
code

【在 l**********n 的大作中提到】
: Looking at the code differences between Coffee script and jQuery I only see
: a savings of a few characters…but I also find the Coffee script much harder
: to read…
: The brackets in native JS and jQuery help (me at least) understand the code
: and break the code up into understandable chunks…
: I too do not see the benefit in filling your brain with yet another syntax
: and adding another set of complexity to your work flow only to save a few
: keystrokes…
: Just my oppinion…
: http://css-tricks.com/jquery-coffeescript/

l**********n
发帖数: 8443
10
same here

【在 M***0 的大作中提到】
: 我们公司用了一年,最近上头决定把coffee阉割了,大部分人反映调debug别人的代码
: 不方便,招新人来还要给时间上手

相关主题
从vert.x的例子看脚本原来用ruby和python的公司很喜欢转scala
groovy整个就是一个better python从coffee,scala等到golang效率下降了好几倍
业余做些项目这么多人讨论 FP, 大牛推荐门语言吧
进入Programming版参与讨论
l**********n
发帖数: 8443
11
coffee也就grunt看着觉得不错
M***0
发帖数: 1180
12
今天上头开出这个ticket要把去年写的代码都干掉,说长痛不如短痛,我们全都shock了

【在 l**********n 的大作中提到】
: same here
l**********n
发帖数: 8443
13
当你要改代码的时候,不能直接改js,要先改coffee。
当你代码多的时候,就苦不堪言了。你debug的时候,可是面对的JS啊。

shock了

【在 M***0 的大作中提到】
: 今天上头开出这个ticket要把去年写的代码都干掉,说长痛不如短痛,我们全都shock了
e*******o
发帖数: 4654
14
干啥都不能搞二手的,哈哈。
q*c
发帖数: 9453
15
说的对,可是scala 便于 发明各种 dsl, 哪怕编译语法错都要靠猜, 你说 scala 这
个烂货造多大的孽。

【在 e*******o 的大作中提到】
: 干啥都不能搞二手的,哈哈。
d*******r
发帖数: 3299
16
我觉得 Ruby guy 会非常喜欢 coffee
之前看缩进语法,以为像 Python
然后仔细看了下,觉得更像 Ruby
e*******o
发帖数: 4654
17
我最近看了下ocaml 才感觉 scala 真是无法无天,应该是最难的语言了。martin 的野
心真是不小。

【在 q*c 的大作中提到】
: 说的对,可是scala 便于 发明各种 dsl, 哪怕编译语法错都要靠猜, 你说 scala 这
: 个烂货造多大的孽。

p*****2
发帖数: 21240
18
没错
搞ruby的转coffee clojure不要太爽
当然想twitter这样转scala的就奇葩了

【在 d*******r 的大作中提到】
: 我觉得 Ruby guy 会非常喜欢 coffee
: 之前看缩进语法,以为像 Python
: 然后仔细看了下,觉得更像 Ruby

p*****2
发帖数: 21240
19
没错
搞ruby的转coffee clojure不要太爽
当然想twitter这样转scala的就奇葩了

【在 d*******r 的大作中提到】
: 我觉得 Ruby guy 会非常喜欢 coffee
: 之前看缩进语法,以为像 Python
: 然后仔细看了下,觉得更像 Ruby

p*****2
发帖数: 21240
20
没错
搞ruby的转coffee clojure不要太爽
当然想twitter这样转scala的就奇葩了

【在 d*******r 的大作中提到】
: 我觉得 Ruby guy 会非常喜欢 coffee
: 之前看缩进语法,以为像 Python
: 然后仔细看了下,觉得更像 Ruby

相关主题
我钟爱的coffeescript这次牛大了 (转载)祝贺peking2升级成Staff & Tech Lead (转载)
周末上点有用的信息Functional programming 是大势所趋
groovy这个语言怎么样目前看就是做web,python也被落在最后
进入Programming版参与讨论
p*****2
发帖数: 21240
21
没错
搞ruby的转coffee clojure不要太爽
当然想twitter这样转scala的就奇葩了

【在 d*******r 的大作中提到】
: 我觉得 Ruby guy 会非常喜欢 coffee
: 之前看缩进语法,以为像 Python
: 然后仔细看了下,觉得更像 Ruby

p*****2
发帖数: 21240
22
没错
搞ruby的转coffee clojure不要太爽
当然想twitter这样转scala的就奇葩了吧

【在 d*******r 的大作中提到】
: 我觉得 Ruby guy 会非常喜欢 coffee
: 之前看缩进语法,以为像 Python
: 然后仔细看了下,觉得更像 Ruby

p*****2
发帖数: 21240
23
没错
搞ruby的转coffee clojure不要太爽
当然想twitter这样转scala的就奇葩了吧

【在 d*******r 的大作中提到】
: 我觉得 Ruby guy 会非常喜欢 coffee
: 之前看缩进语法,以为像 Python
: 然后仔细看了下,觉得更像 Ruby

N*****m
发帖数: 42603
24
着魔和发疯是两个意思

see
harder
code

【在 l**********n 的大作中提到】
: Looking at the code differences between Coffee script and jQuery I only see
: a savings of a few characters…but I also find the Coffee script much harder
: to read…
: The brackets in native JS and jQuery help (me at least) understand the code
: and break the code up into understandable chunks…
: I too do not see the benefit in filling your brain with yet another syntax
: and adding another set of complexity to your work flow only to save a few
: keystrokes…
: Just my oppinion…
: http://css-tricks.com/jquery-coffeescript/

N*****m
发帖数: 42603
25
twitter转scala了?不是clojure么?

【在 p*****2 的大作中提到】
: 没错
: 搞ruby的转coffee clojure不要太爽
: 当然想twitter这样转scala的就奇葩了吧

p*****2
发帖数: 21240
26
没错
搞ruby的转coffee clojure不要太爽
当然想twitter这样转scala的就奇葩了吧

【在 d*******r 的大作中提到】
: 我觉得 Ruby guy 会非常喜欢 coffee
: 之前看缩进语法,以为像 Python
: 然后仔细看了下,觉得更像 Ruby

a*w
发帖数: 4495
27
这么激动?一连说了七遍。

【在 p*****2 的大作中提到】
: 没错
: 搞ruby的转coffee clojure不要太爽
: 当然想twitter这样转scala的就奇葩了吧

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

网络有问题。手机上看到是发了三次,这里发现是七次。其实当时每次都是失败的。

【在 a*w 的大作中提到】
: 这么激动?一连说了七遍。
1 (共1页)
进入Programming版参与讨论
相关主题
Functional programming 是大势所趋看来没跳Scala的坑是对的
目前看就是做web,python也被落在最后从vert.x的例子看脚本
2013年tiobe的变化groovy整个就是一个better python
现在.NET也往Node上转了业余做些项目
Python和perl都属于那种很难精通的语言原来用ruby和python的公司很喜欢转scala
今天跟公司confirm了,没有人用Scala从coffee,scala等到golang效率下降了好几倍
scala/clojure/groovy/Jython/jruby都是噱头这么多人讨论 FP, 大牛推荐门语言吧
看一个php+python程序员的悔恨之路我钟爱的coffeescript这次牛大了 (转载)
相关话题的讨论汇总
话题: coffee话题: scala话题: ruby话题: jquery