- Learn Type:Driven Development
- Yawar Amin Kamon Ayeva
- 91字
- 2021-07-02 14:41:25
Programming with Types and Values
In the previous chapter, we looked at type-driven development using ReasonML, but what are types exactly? And how do they interact with other parts of your program? How do they help you on a regular basis, and what does it look like to use a strong static type system with type inference?
In this chapter, we will cover the following topics:
- Setting up an editor workflow
- Types and values
- Immutable values and memory
- Static versus dynamic typing
- Type erasure
- Syntax errors
- Type errors and inference
- Unification
推薦閱讀
- JBoss Weld CDI for Java Platform
- Apache Oozie Essentials
- Oracle Database In-Memory(架構與實踐)
- 數據庫系統原理及MySQL應用教程
- Mastering C# Concurrency
- Learning ELK Stack
- D3.js 4.x Data Visualization(Third Edition)
- Mastering Unity 2D Game Development(Second Edition)
- Tableau 10 Bootcamp
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- R數據科學實戰:工具詳解與案例分析
- Python編程:從入門到實踐(第3版)
- Visual C++程序設計與項目實踐
- Selenium WebDriver Practical Guide
- MySQL數據庫教程(視頻指導版)