I'm trying to learn a programming language (Objective-C) but my progress is very slow. Whenever I try to read a guide, the language is just too complex for me to read through easily, which exhausts my brain. For example:
Quote:
The NSDictionary class declares the programmatic interface to objects that manage immutable associations of keys and values. Use this class or its subclass NSMutableDictionary when you need a convenient and efficient way to retrieve data associated with an arbitrary key.
The information provided here is simple, but provided in this way, it takes too long for me to process it. I'm a visual person, and trying to translate text like this into a mental image is too exhausting.
The way I see it, either I have to develop my reading skills, or find an alternative way of learning that doesn't involve too much reading. I need advice.