search
HomeBackend DevelopmentPHP Tutorial不看星座和属相,从你喜欢的编程语言看你是什么人

版权声明:任何转载需全文转载并保留来源(微信公众号 techculture )和该声明,并同时转载文后的二维码,否则视作侵权;如有文字或图片不全,请移步 techculture 。

码农,是 IT 界最初级也最高尚的工作,是最简单也最有挑战的工作,是一年半载的跳板性工作也是可以从事一生的工作。从一个人或者一个公司最喜欢的编程语言,我们甚至可以读出你是什么样的人或者什么文化的公司。

一些刚入行的码农,苦恼着选择什么编程语言,一些有经验的码农总是纠结于哪门语言更好更有前景,甚至一些资深码农也经常加入编程语言好与坏优劣势的大讨论。每次编程语言大论战,总能看到浅显的论断、详尽的技术特点分析、狂热的支持与反对。

今天无意加入或发起一个这样的论战,我们看看,你最喜欢的编程语言,能给你描画一个什么样的轮廓。

C 和 C++

喜欢 C 和 C++ 的开发者,是最认真的码农,事无巨细都要考虑,所以通常容易跑题、较真、陷入细枝末节。他们需要花更多的时间掌握看起来不复杂却难以用好的这门语言。但其他语言的开发者经常会说:只有疯子采用 C++ 。

Javascript

Javascript 从来没想过成为一门主流语言,但它却不小心基于浏览器 web 程序开发的标准语言。开发者想出了各种招来弥补语言本身的问题,折让复杂的问题更难处理了。最爱 Javascript 的开发者:善于解决问题,也善于制造问题,但通常心态很飘逸、不愿被束缚。

Ruby

喜欢 Ruby 的开发者,喜欢和善于快速构建一个应用,但并不喜欢和善于维护应用,容易被新事物吸引但也容易失去兴趣。 Ruby 开发者自己也在网上说: Ruby 开发者不愿意在一件事情上坚持很长时间,我很少见过 Ruby 开发者在一个开发 Ruby 应用超过 2 年。

PHP

PHP 语言在严肃的企业应用中很少被考虑,尽管 Facebook 和 Wikipedia 都在大规模使用它。 PHP 通常被认为不安全和低性能,但拥护者认为 PHP 有它自己的应用场景,且一直在进步。喜欢 PHP 的程序员通常是最纠结的,虽然 PHP 用着很顺手很习惯,但总有抛弃 PHP 寻找更高大上更高薪语言的想法。喜欢 PHP 的程序员通常单刀直入,简单直接甚至粗暴。

Java

Paul Ford 在它的《 What is code ?》中说:如果你说你是 java 程序员,那我相信你不是严肃的就是无聊的。当然, java 是当前最主流的语言。 Java 程序员确实显得严肃一些,但是程序本身就是个严肃的工作,而 java 是效率和复杂度的平衡。所以 Java 开发者大都是严谨的人,说话做事一板一眼。

GO

Go 语言的拥簇通常是实用主义者和极客,甚至有固执和极端的印象。 Go 是 2009 年才诞生的一门新语言,所以尽管性能强劲,却因为不够成熟让开发者苦恼。但还是因为解决问题效率高,而有不少拥簇。

Python

Python 因为在新开发者中比较流行,有时被认为是入门语言。但是 Python 因为有大量的标准库,能让开发者快速解决问题。 Python 开发者通常做事干净利落。

FORTRAN 和 COBOL

如果你的最爱是 FORTRAN 或 COBOL 语言,你大致头发灰白,可能需要打指纹上下班。这是从上世纪 50 年代就被使用的语言,现在仍然在政府、金融、研究机构被使用着。

其实无论哪门语言,不论其流行程度如何,不论其性能表现如何,不论其功能完备度如何,不论其入门难度如何,在它们针对的领域都是很适用的语言,在习惯和喜欢它的开发者眼里都是最好的语言。

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
The Continued Use of PHP: Reasons for Its EnduranceThe Continued Use of PHP: Reasons for Its EnduranceApr 19, 2025 am 12:23 AM

What’s still popular is the ease of use, flexibility and a strong ecosystem. 1) Ease of use and simple syntax make it the first choice for beginners. 2) Closely integrated with web development, excellent interaction with HTTP requests and database. 3) The huge ecosystem provides a wealth of tools and libraries. 4) Active community and open source nature adapts them to new needs and technology trends.

PHP and Python: Exploring Their Similarities and DifferencesPHP and Python: Exploring Their Similarities and DifferencesApr 19, 2025 am 12:21 AM

PHP and Python are both high-level programming languages ​​that are widely used in web development, data processing and automation tasks. 1.PHP is often used to build dynamic websites and content management systems, while Python is often used to build web frameworks and data science. 2.PHP uses echo to output content, Python uses print. 3. Both support object-oriented programming, but the syntax and keywords are different. 4. PHP supports weak type conversion, while Python is more stringent. 5. PHP performance optimization includes using OPcache and asynchronous programming, while Python uses cProfile and asynchronous programming.

PHP and Python: Different Paradigms ExplainedPHP and Python: Different Paradigms ExplainedApr 18, 2025 am 12:26 AM

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

PHP and Python: A Deep Dive into Their HistoryPHP and Python: A Deep Dive into Their HistoryApr 18, 2025 am 12:25 AM

PHP originated in 1994 and was developed by RasmusLerdorf. It was originally used to track website visitors and gradually evolved into a server-side scripting language and was widely used in web development. Python was developed by Guidovan Rossum in the late 1980s and was first released in 1991. It emphasizes code readability and simplicity, and is suitable for scientific computing, data analysis and other fields.

Choosing Between PHP and Python: A GuideChoosing Between PHP and Python: A GuideApr 18, 2025 am 12:24 AM

PHP is suitable for web development and rapid prototyping, and Python is suitable for data science and machine learning. 1.PHP is used for dynamic web development, with simple syntax and suitable for rapid development. 2. Python has concise syntax, is suitable for multiple fields, and has a strong library ecosystem.

PHP and Frameworks: Modernizing the LanguagePHP and Frameworks: Modernizing the LanguageApr 18, 2025 am 12:14 AM

PHP remains important in the modernization process because it supports a large number of websites and applications and adapts to development needs through frameworks. 1.PHP7 improves performance and introduces new features. 2. Modern frameworks such as Laravel, Symfony and CodeIgniter simplify development and improve code quality. 3. Performance optimization and best practices further improve application efficiency.

PHP's Impact: Web Development and BeyondPHP's Impact: Web Development and BeyondApr 18, 2025 am 12:10 AM

PHPhassignificantlyimpactedwebdevelopmentandextendsbeyondit.1)ItpowersmajorplatformslikeWordPressandexcelsindatabaseinteractions.2)PHP'sadaptabilityallowsittoscaleforlargeapplicationsusingframeworkslikeLaravel.3)Beyondweb,PHPisusedincommand-linescrip

How does PHP type hinting work, including scalar types, return types, union types, and nullable types?How does PHP type hinting work, including scalar types, return types, union types, and nullable types?Apr 17, 2025 am 12:25 AM

PHP type prompts to improve code quality and readability. 1) Scalar type tips: Since PHP7.0, basic data types are allowed to be specified in function parameters, such as int, float, etc. 2) Return type prompt: Ensure the consistency of the function return value type. 3) Union type prompt: Since PHP8.0, multiple types are allowed to be specified in function parameters or return values. 4) Nullable type prompt: Allows to include null values ​​and handle functions that may return null values.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software