# scala **Repository Path**: lcfqzd/scala ## Basic Information - **Project Name**: scala - **Description**: 跟着韩大神学习Scala - **Primary Language**: Scala - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 29 - **Created**: 2023-04-09 - **Last Updated**: 2023-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Scala #### 介绍 跟着韩大神学习[Scala](https://www.bilibili.com/video/BV15t411H776?from=search&seid=15579029082179294859) #### 使用说明 | JDK1.8 | | :---------- | | Scala2.11.8 | #### 下载本地流程: ~~~~shell #初始化 git init git clone https://gitee.com/duanchaojie/scala.git ~~~~ #### 与Java8的区别和联系 ##### 相同点: 1. 都是面向对象的编程语言(scala函数式编程),都是基于JVM来实现的。 2. ##### 不同点: