- Functional Kotlin
- Mario Arias Rivu Chakraborty
- 150字
- 2021-06-24 19:15:20
To get the most out of this book
The only recommended software to run and write Kotlin programs is IntelliJ IDEA (there are other ways to do it, and we cover them in the Appendix, Kotlin's Quick Start).
You can download IntelliJ IDEA from https://www.jetbrains.com/idea/download/.
You can install IntelliJ IDEA on Windows, Mac, and Linux:
- For Windows: You can use any Windows version from XP to 10. To install it on Windows, run the installer executable and follow the instructions.
- For Mac: You can use any macOS version starting from 10.8. To install it on macOS, mount the disk image file and copy IntelliJ IDEA.app60 to your Application folder.
- For Linux: You can use any GNOME or KDE desktop. To install it Linux unpack the tar.gz file using the tar -xzf idea-*.tar.gz command and run the idea.sh from the bin subdirectory.
推薦閱讀
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- Beginning C++ Game Programming
- Raspberry Pi for Secret Agents(Third Edition)
- 精通Python自動化編程
- Java系統化項目開發教程
- NGINX Cookbook
- Mobile Device Exploitation Cookbook
- ServiceNow:Building Powerful Workflows
- Developing SSRS Reports for Dynamics AX
- Node.js 12實戰
- SQL Server 2008 R2數據庫技術及應用(第3版)
- Extending Unity with Editor Scripting
- C陷阱與缺陷
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發技術