Explore >> Select a destination


You are here

weblog.raganwald.com
| | www.skyhunter.com
11.9 parsecs away

Travel
| |
| | dr-knz.net
29.8 parsecs away

Travel
| | This post follows up on OCaml for Haskellers from Edward Z. Yang (2010) and my own Haskell for OCaml programmers from earlier this year. Note The latest version of this document can be found online at https://dr-knz.net/rust-for-functional-programmers.html. Alternate formats: Source, PDF. Prologue Rust for C programmers ...
| | bartoszmilewski.com
24.9 parsecs away

Travel
| | This is part of the book Category Theory for Programmers. The previous instalment was Category: The Essence of Composition. See the Table of Contents. The category of types and functions plays an important role in programming, so let's talk about what types are and why we need them. Who Needs Types? There seems to be...
| | atilaoncode.blog
95.6 parsecs away

Travel
| I read two C++ subreddit threads today on using the auto keyword. They're both questions: the first one asks why certain people seem to dislike using type inference, while the second asks about what commonly taught guidelines should be considered bad practice. A few replies there mention auto. This confuses me for more than one...