Python is Taking Over the World

Python is Taking Over the World

Author: Nick Heath Translator: Wuming Editor: Xiaozhi From 2018 to 2019, the popularity of all programming languages declined, except for Python. Why has Python become increasingly popular? This article outlines the history of Python’s development and attempts to reveal the secrets behind its success. At the end of 1994, a group of programmers from across … Read more

C Language Takes the Spotlight Again! TIOBE Programming Language of the Year 2019

C Language Takes the Spotlight Again! TIOBE Programming Language of the Year 2019

(For programmers’ insights add a star) The TIOBE website recently released the programming index information for January. The top three programming languages this month are Java, C, and Python, with C++ and C# ranking fourth and fifth. TIOBE Programming Language of the Year The TIOBE Programming Language of the Year award is given to the … Read more

Introducing the New System Programming Language Hare: A Challenge to C Language!

Introducing the New System Programming Language Hare: A Challenge to C Language!

Source | Luo Qiqi / OSC Open Source Community (ID: oschina2013) Previous Valuable Notes Compilation Burning the Midnight Oil: Linux Quick Reference Guide.pdf My Browser Bookmarks Revealed Data Structures and Algorithms Problem-Solving Notes.pdf Download LeetCode Algorithm Problem-Solving C/C++ Version Answers pdf Download LeetCode Algorithm Problem-Solving Java Version Answers pdf Download Job Application Resume Template Collection … Read more

Comic: Why C Language Never Goes Out of Style?

Comic: Why C Language Never Goes Out of Style?

For more exciting technical comics, visit Code Farmer’s Rebirth The postscript: This comic mainly aims to popularize the development history and application scope of programming languages. C Language/C++ has always been the top choice for system-level programming, dominating fields such as operating systems, compilers, networks, databases, and high-performance server-side software. Perhaps in the future, Rust … Read more

Is C Language Being Phased Out?

Is C Language Being Phased Out?

Source丨Reprinted with permission from OSC Open Source Community (ID: oschina2013) Author丨 Bai Kaishui Researchers from Carnegie Mellon University have launched an open-source automatic code generation model called PolyCoder, which has 27 billion parameters and is based on the GPT-2 architecture. It was trained on 249GB of code spanning 12 programming languages on a single machine. … Read more

Parting Ways with the C Language

Parting Ways with the C Language

(Click the public account above to quickly follow) Compiled by: Linux China / Yu Haixin, English: Eric Raymond https://linux.cn/article-9268-1.html Author: Eric Raymond, a renowned computer programmer and a leading figure in the open-source software movement. In 1990, he edited the “New Hacker’s Dictionary”. Since then, he has been fascinated by hacker culture, becoming a historian … Read more

Why C Language Will Never Become Obsolete?

Why C Language Will Never Become Obsolete?

Compiled from the internet Author: Zhao Yan/Serdar et al. 01. Why C Language Will Never Become ObsoleteEvaluating any programming language is always a controversial topic. It’s like in the chilly spring season, when people wearing cotton jackets and those in light clothing pass each other on the street, both silently think the same two words: … Read more

PLC Programming Language Voting Results: Ladder Diagram (LD) vs. Structured Text (ST)

PLC Programming Language Voting Results: Ladder Diagram (LD) vs. Structured Text (ST)

In the previous issue, we discussed the programming applications of two languages: PLC Programming Languages: Ladder Diagram (LD) vs. Structured Text (ST) According to the voting results over the past month, it is clear that Ladder Diagram LD still occupies the largest share, followed by Structured Text ST. The specific data is shown in the … Read more

My Uncle Suggested I Stay Away from Python and Start with Assembly Language…

My Uncle Suggested I Stay Away from Python and Start with Assembly Language...

Source: Programmer’s Life (ID: coder_life) Hello everyone, I am Tiger. According to the “2021-2022 China Developer Survey Report”, the historically significant assembly language is the most disliked programming language among programmers (37%), followed by C++ (17%) and C (16%). As a machine-oriented programming language, assembly language is indeed very precise, but it is not very … Read more

What New Features Will Rust 2021 Bring, Scheduled for Release in October?

What New Features Will Rust 2021 Bring, Scheduled for Release in October?

Author | Mara BosTranslator | SambodhiEditor | Cai FangfangRust 2021, the third edition of the Rust language, is scheduled for release in October. Rust 2021 includes several minor changes, yet they are expected to significantly improve the experience of using Rust in practical applications.What is a version? As part of Rust’s update principles, the release … Read more