- Learning D
- Michael Parker
- 126字
- 2021-07-30 10:13:53
Summary
In this chapter, you've taken an introductory look at the D programming language, including a line-by-line breakdown of a simple D source file. You've learned how to install and run DMD, the Digital Mars D Compiler. You've become acquainted with the sample project you'll be working on throughout this book, called MovieMan, by looking at the feature requirements of the two different versions you'll create. Finally, you've had an overview of DUB and how you'll use it to manage the sample project.
Now that you know enough about the tools to get some work done, we can dig into the language and start using it in the next chapter. There, we'll look at the basic features that form the building blocks of any D program.
推薦閱讀
- Vue.js前端開(kāi)發(fā)基礎(chǔ)與項(xiàng)目實(shí)戰(zhàn)
- Android Studio Essentials
- C#編程入門指南(上下冊(cè))
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優(yōu)化計(jì)算
- Julia Cookbook
- Elasticsearch for Hadoop
- bbPress Complete
- Apache Spark 2.x for Java Developers
- QGIS Python Programming Cookbook(Second Edition)
- R語(yǔ)言:邁向大數(shù)據(jù)之路(加強(qiáng)版)
- RocketMQ實(shí)戰(zhàn)與原理解析
- 計(jì)算思維與Python編程
- Java Script從入門到精通(第5版)
- Unity AI Game Programming(Second Edition)
- OpenCV:Computer Vision Projects with Python