

Domestic programming language 'Mulan' attracts controversy: it claims to be completely independent, but in fact it is almost the same as Python
Recently, some media said that a domestic programming language for intelligent Internet of Things and programming education was launched, named Mulan. As soon as the news came out, it sparked discussion in the developer community. But someone discovered that after unpacking the downloaded program package - is it Python?
With the increasing frequency of human-computer interaction, programming is becoming the "third most important basic discipline" in this era, from C, C to Python, Julia, different Programming languages have large development communities due to their own features and capabilities.
In addition, once a programming language establishes its own ecosystem in a field, its status is almost difficult to shake, such as the Go language launched by Google in the field of cloud computing and Swift designed by Apple. Language, Oracle-controlled Java language standard, etc.
A few days ago, some media reported that the State Key Laboratory of Computer Architecture of the Institute of Computing Technology, Chinese Academy of Sciences (hereinafter referred to as the Institute of Computing Technology, Chinese Academy of Sciences) stated that the domestic programming language "Mulan" (Mulan) ( Mulan: Module Unit Language) was officially released. "Mulan" is positioned as a programming language for intelligent IoT applications and adopts the latest programming language design concepts and compilation technology. The development team is committed to making it a "C language in the era of intelligent IoT" ".
The report also stated that "Mulan" is a programming language completely independently designed, developed and implemented by the compilation laboratory. The supporting compiler and integrated development tools are also completely independently implemented by the team. It is a truly mastery of the core. Technical programming language.
Currently, Mulan language is available for download. Download address: dongshouke.com
As soon as the report came out, it attracted the attention of developers. Developers went to download, use and study it. However, after unpacking, they found that this is actually Python 3.7?
Developer releases early learning notes: Almost the same as python!
Everyone has great expectations for the completely self-designed "domestic programming language". Netizen @的cyclist-addicted young man went to the official website to download it as soon as possible.
After the download was completed, I found that something was not right with the icon.
Isn’t this obviously packaged by pyinstall? The netizen complained: I know how to change the icon for the software I release pyqt, but for such a big project, I don’t even change the icon?
After opening, there will be a dialog box similar to python
It provides so many functions, which are almost the same as python
Try the reverse I tried to decipher it, thinking it would be encrypted. After all, it is a commercial software. When we write pyqt ourselves, we sometimes encrypt it.
However, the result is that there is no encryption at all and it is directly cracked:
is written in python.
There are also many developers discussing this on Zhihu.
Many developers have discovered that the unpacked Mulan language is actually built on Python, compiling the environment, packages and projects built by Python into an executable file. So it seems that Mulan just made an interface at the top level and handed over all the low-level compilation, optimization and many other tasks to the original Python?
The following is the unpacking result of the EXE file (using PyInstaller Extractor):
It can be seen from the unpacking result that the "Mulan" language Pyinstaller is used to package Python files into EXE executable files.
In fact, the classical Chinese programming language that we were familiar with before was very clear that it only focused on syntax and front-end, leaving all underlying operations to JavaScript or Python.
Developer Community: There are slightly more flaws
A developer evaluated Mulan language from the following three perspectives:
1. Whether it can meet actual needs: A programming needs many features to make it capable of working in some scenarios. But there seems to be no characteristic reflected in Mulan language at present.
2. Whether to integrate into the open source community: It is difficult to make progress in a language that is not open source.
3. Is it suitable for youth programming: As an educational language, it is not as intuitive as a graphical symbolic language. Students still need to relearn programming languages when working after graduation.
For more related discussions, please view the link: https://www.zhihu.com/question/366509495
Summary:
In general, in addition to basic data structures and functions, Mulan language also adds some basic mathematical operations, such as logarithms, exponents, trigonometric functions, etc. Maybe they are more suitable for some basic education.
If you only consider programming for children and package the Python environment into a runnable file, then this may be no problem. But calling it a programming language with independent property rights would be an exaggeration.
Many other developers have also expressed their opinions, whether they are complaining about the design of the language itself or complaining about the surrounding materials of the programming language. At the same time, it can be seen from everyone’s comments that we hope to make real contributions in the underlying architecture and tools such as programming languages and system frameworks. These contributions may take a long time to settle and a lot of engineering to optimize, but this is what we should work hard to overcome.
This article is reproduced from: https://www.ednchina.com/news/202001171403.html

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

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

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

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 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 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.

Python is more suitable for beginners, with a smooth learning curve and concise syntax; JavaScript is suitable for front-end development, with a steep learning curve and flexible syntax. 1. Python syntax is intuitive and suitable for data science and back-end development. 2. JavaScript is flexible and widely used in front-end and server-side programming.

VS Code can run on Windows 8, but the experience may not be great. First make sure the system has been updated to the latest patch, then download the VS Code installation package that matches the system architecture and install it as prompted. After installation, be aware that some extensions may be incompatible with Windows 8 and need to look for alternative extensions or use newer Windows systems in a virtual machine. Install the necessary extensions to check whether they work properly. Although VS Code is feasible on Windows 8, it is recommended to upgrade to a newer Windows system for a better development experience and security.

VS Code can be used to write Python and provides many features that make it an ideal tool for developing Python applications. It allows users to: install Python extensions to get functions such as code completion, syntax highlighting, and debugging. Use the debugger to track code step by step, find and fix errors. Integrate Git for version control. Use code formatting tools to maintain code consistency. Use the Linting tool to spot potential problems ahead of time.

Running Python code in Notepad requires the Python executable and NppExec plug-in to be installed. After installing Python and adding PATH to it, configure the command "python" and the parameter "{CURRENT_DIRECTORY}{FILE_NAME}" in the NppExec plug-in to run Python code in Notepad through the shortcut key "F6".

To run Python code in Sublime Text, you need to install the Python plug-in first, then create a .py file and write the code, and finally press Ctrl B to run the code, and the output will be displayed in the console.