Explore >> Select a destination


You are here

janet.guide
| | batsov.com
84.2 parsecs away

Travel
| | Ruby 3.1 was recently released and it features one major syntax addition - you can now omit values in hash literals and keyword arguments in certain cases.1 The release notes give the following examples: The feature is officially named "hash value omission". It's also known as "hash punning" after the similar "object punning" in JavaScript.?
| | weblog.raganwald.com
11.7 parsecs away

Travel
| |
| | hookrace.net
9.1 parsecs away

Travel
| |
| | www.ryanliptak.com
118.8 parsecs away

Travel
| An introduction to a recent addition to Zig's standard library that allows for checking that any allocation failures are handled without introducing memory leaks, etc.