- Learn Type:Driven Development
- Yawar Amin Kamon Ayeva
- 79字
- 2021-07-02 14:41:22
Preface
Type-driven development is an approach to programming that uses a static-type system to achieve desirable attributes, such as safety and efficiency. This book will cover type-driven development using the ReasonML language and explains how to put its type system to use in order to check that your code is logically consistent. We use types to express relationships and other assumptions directly in the code, and these assumptions are enforced by the ReasonML compiler before the code is run.
推薦閱讀
- Advanced Quantitative Finance with C++
- C++案例趣學(xué)
- TensorFlow Lite移動(dòng)端深度學(xué)習(xí)
- NativeScript for Angular Mobile Development
- Servlet/JSP深入詳解
- 營銷數(shù)據(jù)科學(xué):用R和Python進(jìn)行預(yù)測(cè)分析的建模技術(shù)
- Python機(jī)器學(xué)習(xí)編程與實(shí)戰(zhàn)
- Rust Essentials(Second Edition)
- 深入淺出PostgreSQL
- Integrating Facebook iOS SDK with Your Application
- Visual Studio Code 權(quán)威指南
- Programming Microsoft Dynamics? NAV 2015
- Python函數(shù)式編程(第2版)
- ASP.NET 4.0 Web程序設(shè)計(jì)
- 自己動(dòng)手構(gòu)建編程語言:如何設(shè)計(jì)編譯器、解釋器和DSL