/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

rog3rsm1th.github.io
| | skiplang.com
3.2 parsecs away

Travel
| | One of my biggest frustration when I try to learn a new language (Rust, Elm) or work on a language that I haven't touched in a while (OCaml, C++, PHP) is around syntax. I know what I want to write and I have an approximate idea of how it should be written but don't exactly get it right.
| | ashishkakkad.com
2.9 parsecs away

Travel
| | Blocks in Objective-C In Objective-C we are using the blocks(completion handlers) with functions as follows : [code language="obj-c"] - (void)yourFunctionName:(NSString *)yourString withCompletionHandler:(void (^)(NSString *yourResult))block; [/code] Closures in Swift Closures are self-contained blocks of functionality that can be passed around and used in your code. Closures in Swift are similar to blocks in C and Objective-C ... Read more
| | tomasp.net
3.4 parsecs away

Travel
| | Tomas Petricek's latest blog posts about programming languages and tools, working with data, philosophy of science and more.
| | jakewharton.com
16.2 parsecs away

Travel
|