You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

Locaha comments on Open thread for December 24-31, 2013 - Less Wrong Discussion

4 Post author: NancyLebovitz 24 December 2013 08:58AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (207)

You are viewing a single comment's thread. Show more comments above.

Comment author: moridinamael 29 December 2013 04:02:42PM 6 points [-]

After trying and failing to grasp Objective-C for quite a while, I stopped Googling things like "Objective-C tutorial," "Objective-C documentation," and "Objective-C examples," and instead looked for "Objective-C for C++ Programmers" and "Objective-C for Python Programmers" because those are my two strongest languages. This was just tremendously efficient for a large number of reasons, the most obvious of which is that new information is expressed explicitly in terms of direct contrast to information with which you are familiar. The typical "computer language tutorial," in contrast, is in my opinion a very shoddy document from a pedagogical standpoint, usually appearing totally clear to anyone familiar with the language but vague and ambiguous to its target audience.

As someone who spends a lot of time reading Internet, I don't recall ever reading this advice before - learn new languages faster in context of languages you know - so I thought I'd post the thought here.

Comment author: Locaha 29 December 2013 05:19:25PM -1 points [-]

May I ask why are you learning Objective-C? Programming for Mac?

Comment author: moridinamael 29 December 2013 06:33:02PM 0 points [-]

Originally for iOS programming and since buying Apple computers I've acquired a more general interest in programming for Mac.