|
You are here |
schneems.com | ||
| | | | |
kristoff.it
|
|
| | | | | Let's take a quick look at what compile-time execution looks like in Zig. | |
| | | | |
www.schneems.com
|
|
| | | | | The only way to be heard in programming these days is to start fires, and kill sacred cows. To which I'll say: Fuck. That. Here's how I write tests, and writ... | |
| | | | |
www.mikeash.com
|
|
| | | | | ||
| | | | |
www.foonathan.net
|
|
| | | If you want a function that returns multiple values, you'd use a reference and assign the outputs to that. But using a reference has a few drawbacks - it is not obvious in the caller, requires default construction etc. This post will explain why you sometimes need output parameters and how to fix their problems. | ||