1
keakon Jan 3, 2011
Actually, for most web apps, language is not the bottleneck.
Rendering an page normally costs less than 10ms, while the database accessing and network latency are much more expansive than it (maybe hundreds or thousand ms). I don't think Java could do it better since it took more time for rendering a same dynamic JSP page and connecting to MySQL in my previous testing. Don't think dynamic languages are always slow than static languages, you'll find the answer when you need dynamic features. In my opinion, Java is almost the worst choice which makes everything much much more complex (normally 10x code lines), uses much much more memories (normally 3x memory usage), and also takes much much more money to buy suitable servers. I've been a Java coder for years, I couldn't find any interesting of it. The only superiority of Java coders I found was coming from the performance of toy programs. Otherwise, I can't explain why your friend likes complaining by using "shit" while Pythoners don't. |
2
est Jan 3, 2011
At least python doesn't use \ for namespace delimiter. lol
|
3
TheOnly92 Jan 3, 2011
Just choose the language that will let you get things done, that's all.
|
4
ayanamist Jan 3, 2011
按这人的逻辑,所有的动态语言都是垃圾了……
貌似在他眼里,只有C/C++才是王道了。 其实要看具体应用的,动态语言的开发效率不是静态语言能比拟的 |
6
fanix Jan 3, 2011
最后一段说得还是对的,语言不重要,你才重要
|
7
hanfeizi Jan 3, 2011
看不懂英文。。
|
8
francis Jan 3, 2011
重点在于,用Py的人鄙视PHP也不是一次两次了,还好已经习惯了……
|
10
fsw90628 Jan 3, 2011
机器编译的速度慢容易弥补,写代码的速度慢很难弥补。
|
12
AntiGameZ Jan 5, 2011
我觉得这人说的话并不是在贬低python或者php吧
|
13
reus Jan 7, 2011
php有trait,python有么?(找茬来的
|
14
keakon Jan 7, 2011
@reus 首先确认你问的是不是这个: http://wiki.php.net/rfc/traits
粗略看了下,类似于Ruby的mixin。 A Trait is a unit of reuse much like a class, but only intended to group functionality in a fine-grained and consistent way. Python是支持多继承的,所以没有traits。 简单来说,这个问题好比拿了台手机,然后问别人你的电脑键盘可以敲3下2打出个c么? |
15
cellsea Jan 15, 2011
我还是不在乎你的女朋友比我的女朋友漂亮/跑得快。
|
17
reus May 1, 2011
@keakon http://web.cecs.pdx.edu/~black/publications/TR_CSE_02-012.pdf 请阅读此论文并自行判断,我的理解是这个是比mixin和多继承更好用的实现代码复用的机制
|
18
xatest May 1, 2011
快有2种:开发效率高和执行效率高~
Python属于前者,C/C++属于后者~ 对于一个实际项目,语言选择最好是采用上动下静这样的体位~ |
19
xatest May 1, 2011
补充: http://blog.csdn.net/linkerlin/archive/2011/04/23/6347577.aspx
“体位”一词来自这篇文章~ |
20
CupTools OP 我现在过渡到NodeJS了....
改天玩一下神气haXe |
21
chuck911 May 7, 2011
shit means thing.
"it's a new shit" |
22
args May 7, 2011
除了脏话,说的挺有道理的嘛~
|
23
chone May 7, 2011
语言争论是没有意义的,完全可以说所有语言都是shit,因为根本不存在一种完全能在任何场合都胜任的语言。语言的好在于它适应了你的需求,脱离了具体的场景去比较是完全没有意义的。
|
24
felinx May 8, 2011
what's really important is not to choose a language because it is "fast" or not, but choose a language because you "master" it"
看这一句就够了,其它的看了反倒容易造成误解。 |
25
summic May 8, 2011
*/* is the same shit.
|
26
apoclast May 8, 2011 via Android
我的疑问是python真的没有字节码优化吗?
|
27
jjlovegrape May 8, 2011
C++和JAVA基本就是手动档和自动挡的区别。各有各的优势。
|
28
MCVector May 27, 2011
C/C++, Python, PHP都在学习当中,暂不作评论,感觉各有各的用处
|