Explore >> Select a destination


You are here

uraimo.com
| | gcher.com
4.5 parsecs away

Travel
| | Recently I got interested in the new Apple language Swift, that will probably replace objective-c as the language of choice for native iOS and OSX applications. There are many things I like in Swift, and also other things I don't like. But one thing that I really enjoy is the support for lambdas, specially compared to the way it works in C++. Why do I think the lambdas in swift are better?
| | mitchellh.com
4.8 parsecs away

Travel
| |
| | swiftrocks.com
3.6 parsecs away

Travel
| | The compiler already does a good job translating Objective-C APIs to Swift's standards, but what if you want them to be translated to something completely different?
| | sunshowers.io
45.3 parsecs away

Travel
| 1. Introduction Update 2022-11-03: This was originally the first in a series of two blog posts. I've now marked this as a standalone post. Content originally slated for part 2 will now be published as followup posts. I'm the primary author and maintainer of cargo-nextest, a next-generation test runner for Rust released earlier this year. (It reached a thousand stars on GitHub recently; go star it here!) Nextest is faster than cargo test for most Rust projects, and provides a number of extra features, suc...