
scala
iteye_13882
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
the new schema in Scala
Martin Odersky has written a good artle on explaining some of the new construct he conceived/conceptualized in his new artile. the article is available here in this site: http://lampwww.epfl.ch/...原创 2012-08-08 21:38:52 · 107 阅读 · 0 评论 -
scala - a note on methods and operators
In this post, we are going to examine the some general rules/law that guide through the scala functions and operators. Let's check out the souce code, which should have abundant code that can help to...原创 2013-03-03 14:20:24 · 97 阅读 · 0 评论 -
scala - built-in controls
controls are essential part of any programming language. and scala is no except, being as a functional programming language, it has something that is speical from others, let's see. // builtin_con...原创 2013-03-03 21:54:29 · 116 阅读 · 0 评论 -
scala - function and closures
In this example, we are going to examine the function and closures and here is the outline. 1. Function1.1. one thing about Scala is that 1.2 first class function1.3 function can be shor...原创 2013-03-05 07:44:00 · 127 阅读 · 0 评论