Jump to content

Easy Programming Language: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Tag: Reverted
m Reverting possible vandalism by 87.123.206.107 to version by Alexander.zw. Report False Positive? Thanks, ClueBot NG. (4080864) (Bot)
Line 24: Line 24:
<syntaxhighlight lang="python">
<syntaxhighlight lang="python">
调试输出("Hello, world!")
调试输出("Hello, world!")
</syntaxhighlight>
How are you? Question:
<syntaxhighlight lang="python">
调试输出("How are you?")
</syntaxhighlight>
</syntaxhighlight>



Revision as of 23:43, 20 November 2021

Easy Programming Language
ParadigmMulti-paradigm: compiled, imperative, procedural, object-oriented, functional
Designed byThe Easy Programming Language Company
First appeared2004
Stable release
5.81 / October 9, 2018; 6 years ago (2018-10-09)
Preview release
4.01
OSCross-platform
LicenseProprietary software
Filename extensions.e
Websiteepl.eyuyan.com
Major implementations
E Programming Language
Dialects
EF

Easy Programming Language (EPL, Chinese: 易语言) is a visual compiled multilingual[1] proprietary programming language. EPL is somewhat popular in China because it features a full Chinese environment. (The language has traditional Chinese, simplified Chinese, English and Japanese variants.)

In addition, it is cross-platform, as it currently supports both Microsoft Windows and Linux. It is object-oriented and structured.[2]

Programming examples

Hello world program:

调试输出("Hello, world!")

References