https://github.com/coderayzhang/scala-example
Scala编写示例,用于新手熟悉scala基本语法
https://github.com/coderayzhang/scala-example
example scala
Last synced: 5 months ago
JSON representation
Scala编写示例,用于新手熟悉scala基本语法
- Host: GitHub
- URL: https://github.com/coderayzhang/scala-example
- Owner: CodeRayZhang
- Created: 2017-12-28T13:56:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T14:11:03.000Z (about 8 years ago)
- Last Synced: 2025-08-28T04:53:15.479Z (5 months ago)
- Topics: example, scala
- Language: Scala
- Homepage:
- Size: 21.5 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scala-Example
Scala编写示例,用于新手属性scala基本语法
1)actor:初始Actor,Scala Actor并发编程
2)bigdata:利用actor机制实现简易版WordCount
3)cases:熟悉scala中样例类的使用
4)collect:了解scala中collect的基本使用
5)implic:详细展示了隐式转换的实现,以及部分样例
6)thread:scala中线程的实现