Setup Setup Cat • Install at own risk. Before we can start programming in C we’ll need to install a couple of things, and set up our environment so that we have everything ...
Don’t Rely on “Magic Happens Here” Don’t Rely on “Magic Happens Here” If you look at any activity, process, or discipline from far enough away it looks simple. Managers with no...
A Guide to Porting C/C++ to Rust Why Rust? Rust is not a magic wand 来源(书栈小编注) A Guide to Porting C/C++ to Rust This book is for people familiar with C or C++ who are thinkin...
类型转换 为类型转换定义类层次 检查类型 向下转型 Any 和 AnyObject 的类型转换 类型转换 类型转换可以判断实例的类型,也可以将实例看做是其父类或者子类的实例。 类型转换在 Swift 中使用 is 和 as 操作符实现。这两个操作符分别提供了一种简单达意的方式去检查值的类型或者转换它的类型。 你也可以用它来检查一个类...
Which Crates Will Work Off-the-Shelf with WebAssembly? Things a Crate Might do that Won't Work with WebAssembly C and System Library Dependencies File I/O Spawning Threads So W...
We are going to need a workflow Where will we distribute the book? What final format does it need to be in when distributed? LaTeX Leanpub We are going to need a workflow I...
Trust boundaries Safe packages We mentioned previously that the C FFI can be used to break pretty much every guarantee that Pony makes. This is because, once you’ve called into ...
How to read this book 1. The cURL project 2. Open Source 3. The source code 4. Network and protocols 5. Command line basics 6. Using curl 7. How to HTTP with cu...
Core Language Values Functions If Expressions Lists Tuples Records Comparing Records and Objects Core Language This section will walk you through Elm’s simple core langu...