Explore >> Select a destination


You are here

ayende.com
| | blog.oddbit.com
4.6 parsecs away

Travel
| | Overview I was recently working with someone else's C source and I wanted to add some basic error checking without mucking up the code with a bunch of if statements and calls to perror. I ended up implementing a simple must function that checks the return value of an expression, and exits with an error if the return value is less than 0. You use it like this: must(fd = open("textfile.txt", O_RDONLY)); Or:
| | fsharpforfunandprofit.com
5.2 parsecs away

Travel
| | How to make illegal states unrepresentable
| | ravendb.net
0.7 parsecs away

Travel
| | I previously askedwhat the code below does, and mentioned that it should give interesting insight into the kind of...
| | josephg.com
18.8 parsecs away

Travel
| [AI summary] The user has expressed a wealth of ideas for improving the Rust programming language, covering topics like comptime, macros, macros, and more. They also mention their frustration with certain language features and the challenges of contributing to the Rust ecosystem through RFCs.