Portability What is embedded-hal? Users of the embedded-hal HAL implementation Driver Application Portability In embedded environments portability is a very important topi...
Packaging Mechanics Packaging Mechanics That covers the basics of how to use packages to manage namespaces in several common situations. However, another level of how to use pa...
Generator Coroutine State Machines Generator Coroutine Hopefully Chapter 4 helped you get pretty familiar with ES6 generators. In particular, we want to revisit the “Generator...
4.4 Deep modules 深度模块 4.4 Deep modules 深度模块 The best modules are those that provide powerful functionality yet have simple interfaces. I use the term deep to describe such modu...
第 1 章 介绍 第 1 章 介绍 Chapter 1 Introduction(It’s All About Complexity) Writing computer software is one of the purest creative activities in the history of the human race. Pro...
GDScript: An introduction to dynamic languages About Dynamic nature Pros & cons of dynamic typing Variables & assignment As function arguments: Pointers & referencing: Arrays...