|
You are here |
rog3rsm1th.github.io | ||
| | | | |
skiplang.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | Tomas Petricek's latest blog posts about programming languages and tools, working with data, philosophy of science and more. | |
| | | | |
jakewharton.com
|
|
| | | |||