- Lua Quick Start Guide
- Gabor Szauer
- 105字
- 2021-08-05 10:30:35
Summary
This chapter covered how to install Lua and VS Code. VS Code is the development environment that will be used throughout this book to write and execute Lua code. The integrated Terminal in Visual Studio Code allows us to execute code the same way on all three major platforms: Windows, Linux, and macOS.
In the next chapter, we will start to write code. The basics of Lua, such as variables, loops, if statements, and functions, will be covered. The topics covered in the next chapter are the basics of programming; it is going to be one of the most important chapters in this book.
推薦閱讀
- Python程序設計教程(第2版)
- Clojure for Domain:specific Languages
- 精通搜索分析
- HTML5游戲開發(fā)案例教程
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- PHP從入門到精通(第4版)(軟件開發(fā)視頻大講堂)
- Go語言編程
- Troubleshooting Citrix XenApp?
- 軟件工程基礎與實訓教程
- 快樂編程:青少年思維訓練
- Ubuntu Server Cookbook
- 零基礎C語言學習筆記
- Linux Networking Cookbook
- Pandas入門與實戰(zhàn)應用:基于Python的數(shù)據(jù)分析與處理
- C++ Data Structures and Algorithm Design Principles