Explore >> Select a destination


You are here

cukic.co
| | fsharpforfunandprofit.com
2.4 parsecs away

Travel
| | Functional programming languages need a different approach
| | henko.net
2.8 parsecs away

Travel
| | A selection of functional programming concepts that I feel are helpful to all developers.
| | andreabergia.com
2.5 parsecs away

Travel
| | Error handling is a fundamental aspect of programming. Unless you are writing hello world, you will need to handle errors in your code. In this post, I will discuss a bit the most common approaches used by various programming languages. Return error codes This is one of the most ancient strategies - if a function can fail, it can simply return an error code - often a negative number, or null.
| | rust-embedded.github.io
13.2 parsecs away

Travel
| [AI summary] This excerpt from The Embedded Rust Book explains the differences between standard and embedded programming environments, detailing the role of the no_std feature and how developers borrow allocation and hardware access for systems with limited resources.