- Learning D
- Michael Parker
- 326字
- 2021-07-30 10:13:49
Foreword
How far things have come! I started D in 1999. The odds of any new programming language endeavor succeeding were minimal.
But here we are with the latest book on D, Learning D by Michael Parker.
The arc of programming languages I've learned follows a consistent pattern – my first Fortran code looked a lot like Basic. My first C code looked similar to Fortran. C++ code looked similar to C, and my early D code looked similar to C++. It takes some time to get used to a language before learning its own idiomatic style, and this is what it takes before the source code starts to shine.
After all, if your D code looks similar to C++, what's the point?
Learning D fills the need to get up-to-speed quickly by explaining how to write code in a way that fits in perfectly with D's combination of characteristics. Far from being a dry technical specification, Michael writes about D from a more personal perspective, as you'd expect from someone tutoring you. He lists how to use the features, how they compare with other languages, and offers best practices. He offers background anecdotes and explanations for why some things are the way they are, and how D has evolved, which can be surprisingly helpful in using the language more effectively.
D has been characterized in many ways, but my favorite is that it is designed to be fun to program in. After all, programming being our profession, isn't it better when we enjoy our tools?
I know this book is a labor of love from Michael, as the language itself is a labor of love from myself and the rest of the D community. I hope this joy is successfully imparted to you, the reader and programmer. I'm sure that Michael and I would be well rewarded for our endeavors if this is the case.
Enjoy!
Walter Bright
Creator of the D Language and Engineer
- MySQL數據庫管理實戰
- GAE編程指南
- Google Flutter Mobile Development Quick Start Guide
- 解構產品經理:互聯網產品策劃入門寶典
- Redis Applied Design Patterns
- INSTANT FreeMarker Starter
- HTML5+CSS3網站設計教程
- ADI DSP應用技術集錦
- concrete5 Cookbook
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- SQL Server與JSP動態網站開發
- Mastering Xamarin.Forms(Second Edition)
- Unity 2018 Shaders and Effects Cookbook
- Getting Started with Eclipse Juno
- Android開發三劍客:UML、模式與測試