Easy Programming Language: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
Alexander.zw (talk | contribs) Add code example Tags: Mobile edit Mobile web edit |
||
Line 19: | Line 19: | ||
In addition, it is [[cross-platform]], as it currently supports both [[Microsoft Windows]] and [[Linux]]. It is [[object-oriented]] and [[structured]].<ref>[http://epl.eyuyan.com/eprc.htm Also in the official description]</ref> |
In addition, it is [[cross-platform]], as it currently supports both [[Microsoft Windows]] and [[Linux]]. It is [[object-oriented]] and [[structured]].<ref>[http://epl.eyuyan.com/eprc.htm Also in the official description]</ref> |
||
==Programming examples== |
|||
[["Hello, World!" program|Hello world]] program: |
|||
<syntaxhighlight lang="python"> |
|||
调试输出("Hello, world!") |
|||
</syntaxhighlight> |
|||
==References== |
==References== |
Revision as of 21:57, 17 April 2021
![]() | The topic of this article may not meet Wikipedia's general notability guideline. (September 2018) |
Paradigm | Multi-paradigm: compiled, imperative, procedural, object-oriented, functional |
---|---|
Designed by | The Easy Programming Language Company |
First appeared | 2004 |
Stable release | 5.81
/ October 9, 2018 |
Preview release | 4.01
|
OS | Cross-platform |
License | Proprietary software |
Filename extensions | .e |
Website | epl |
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
External links
- EPL homepage at archive.org
- EPL homepage (in Chinese)