From Computer composition to clojure Learning

Source: Internet
Author: User

A few days ago, I saw a blog about my thinking. In addition, I have a slight feeling of learning clojure:

In the blog we read, we asked the readers to divide the cows, grass, and fish into two types. We compared two different ways of thinking: 1 ). associated thinking: Divide cows and grasses into one type, because cows graze; 2 ). object thinking: It classifies cows and fish as one type, because both are animals.

Later, when preparing to learn the clojure language, I suddenly thought of the two ideas in this blog and started some thoughts: first, the associated thinking, from the previous learning experience on other languages and technologies, to develop a clojure learning plan, mainly to learn the Declaration and definition of variables, simple data structures-arrays/containers, simple algorithms-loop operations, Io and multi-thread operations.
Then the object thinking, in fact, any language is pinned on the computer. Analysis of the components of a computer: hardware and software can be further abstracted as structures and algorithms. The computer's exit must involve Io. Computers with good performance may support multi-task and multi-thread processing, finally, the user interface. Language relies on computers, so it must be able to manipulate computers. Most languages are composed of algorithms, structures, Io, multithreading, and interfaces.
Although both kinds of thinking can reach the final structure, it is obvious that object thinking is more disruptive.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.