|
You are here |
www.iamsim.me | ||
| | | | |
www.avanderlee.com
|
|
| | | | | Result builders in Swift allow you to combine build components into a single outcome value. Code examples demonstrate how you can use them. | |
| | | | |
jcarroll.xyz
|
|
| | | | | I love small projects for helping me learn, especially programming. I'm still learning Julia, and have found myself wanting more "little silly things" I can digest and learn from. A lot of the projects I see in Julia are big mathematical models, and I'm just not ready to dive that deep yet. This series of tweets caught my eye, partly because of the cool animation, but also the bite-sized amount of information it was conveying - that interpolation in Julia can be specified so easily, thanks in large part to the multiple dispatch design of the language. | |
| | | | |
swiftwithmajid.com
|
|
| | | | | The SwiftUI framework became a mature tool for building apps on all Apple platforms. The recent WWDC introduced missing APIs, adding more value to the framework. One of them is even backward compatible with previous versions of Apple platforms. This week, we will discuss tracking geometry changes of any view in SwiftUI. | |
| | | | |
www.cppstories.com
|
|
| | | What do you do when the code for a variable initialization is complicated? Do you move it to another method or write inside the current scope? In this blog post, I'd like to present a trick that allows computing a value for a variable, even a const variable, with a compact notation. | ||