- Learning Scala Programming
- Vikash Sharma
- 165字
- 2021-06-30 19:07:47
Scala IDEs
After getting familiar with Scala REPL, now is the time to install IDE (Integrated Development Environment). There are options available to work with Scala in IDE. Choose what fits the best for you. Eclipse lovers can go for Scala IDE. To download:
- Go to http://scala-ide.org/download/sdk.html.
- You may choose from the available options suitable for your operating system.
If you're accustomed to IntelliJ IDE, you may go for the plugin download for SBT. This will enable you to create Scala applications. To get started with Scala development on IntelliJ IDE:
- Go to https://www.jetbrains.com/idea/download/.
- You may choose from the available options suitable for your operating system.
- After installation, go to File | IntelliJ IDEA | Preferences | Plugins and search for Scala.
- Click on Install | Apply.
With this, you're ready to work with Scala on IntelliJ IDE. If you're IDE neutral, you may choose whichever suits the best. We'll use IntelliJ IDE (Community Edition) version 2017.1 with SBT version 0.13.15 and Scala 2.12.2 version.
推薦閱讀
- Learning Java Functional Programming
- Mastering OpenCV Android Application Programming
- Scala Design Patterns
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- C#程序設計教程
- Java程序設計與計算思維
- JS全書:JavaScript Web前端開發指南
- TypeScript項目開發實戰
- 第一行代碼 C語言(視頻講解版)
- D3.js By Example
- 零基礎學C語言第2版
- Lift Application Development Cookbook
- Web前端開發技術實踐指導教程
- Learning ArcGIS Geodatabases
- Multithreading with C# Cookbook(Second Edition)