锁定老帖子 主题:ruby 和 c# 3.0
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2007-07-02
有下例为证 c# 3.0 c# 代码
ruby 代码
还有 c# 代码
具体实现如下: c# 代码
声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2007-07-03
抄吧抄吧,先是java后是ruby
反正不用微软的破东西 |
|
返回顶楼 | |
发表时间:2007-07-03
吸取别人的长处是好的,可惜ms的平台就是太乱了,部署起来费劲,
尤其是不同版本之间的部署,或者安装了好多MS的软件的时候冲突,头疼。 |
|
返回顶楼 | |
发表时间:2007-07-04
在这里Readonly等人已经对LINQ进行了评价
http://www.iteye.com/topic/76944 语言应该是博采众长的 引用 In terms of the evolution of programming languages, LINQ represents a fusion of a typical OO language (C#) with ideas taken from modern dynamic languages such as Ruby and functional languages such as Lisp. It’s a thoroughly interesting idea and its availability probably will make C# a technical advance on Java, for a time at least. However, whether it actually delivers better (more powerful, more reliable and more maintainable) applications - which is presumably what it's all about at bottom for the companies employing .NET developers - depends on how C# and VB programmers take to such concepts as lambda expressions, expression trees and declarative programming. http://www.techworld.com/features/index.cfm?FeatureID=2982 |
|
返回顶楼 | |
发表时间:2007-07-11
抄ruby? 你这不是坐井观天么, closure难道是ruby发明的啊?
那ruby的闭包是不是抄袭了Lisp、Smalltalk 和Haskell,甚至perl lua? |
|
返回顶楼 | |
发表时间:2007-07-27
只能说两点:
(1) 微软有好的技术团队,敢于面对非议! (2) .net平台的基础设计的很好( CTS 和CLR) |
|
返回顶楼 | |
发表时间:2007-08-17
CLR这个平台还是很赞的 他们好像在CLR上面做Dynamic Language Runtime,然后再这个基础上做IronRuby (以前还有IronPython, 不过用的人似乎不多)
|
|
返回顶楼 | |
发表时间:2007-09-27
ray_linn 写道 抄ruby? 你这不是坐井观天么, closure难道是ruby发明的啊?
那ruby的闭包是不是抄袭了Lisp、Smalltalk 和Haskell,甚至perl lua? 然 |
|
返回顶楼 | |
发表时间:2007-10-29
某些人 喜欢把 "MS抄袭" 放在嘴上.
不是MS是否抄袭XXX 的商业上的成功啊? |
|
返回顶楼 | |
发表时间:2007-10-29
我反而觉得C# 3.0的static extension的实现方式简单有效。那可不是module,只是一个静态方法。经常我们写测试的时候就希望expect.call这样的API不是用Expect类加call静态方法实现的,而是ExpectCall一个静态方法。
|
|
返回顶楼 | |