TL;DR: Difference between revisions

m
→‎{{header|Phix}}: clarified, and removed nod to Eu (as not helpful here)
(Added a few more languages)
m (→‎{{header|Phix}}: clarified, and removed nod to Eu (as not helpful here))
Line 75:
=={{header|Phix}}==
 
Phix is an entirely self-hosted interpreter/compiler<small><sup>1</sup></small> that runs on Windows and Linux desktops<small><sup>2</sup></small>, and can be transpiled to JavaScript<small><sup>3</sup></small> and run in a browser. <br>
Phix is a programming language based on the popular language Euphoria. It is designed for simplicity and ease of use while offering powerful features. Phix is used for a wide range of applications, including general-purpose programming, scripting, and game development. It's known for its clean and concise syntax.
<br><small>
<small><sup>1</sup></small> best of both: super-fast dev cycle, and hassle-free standalone shipping.<br>
<small><sup>2</sup></small> currently limited to x86/x64, but (long-term) plans are in motion to target ARM. <br>
<small><sup>3</sup></small> a significant subset, including GUI apps but obviously not inline assembly or cffi.</small>
 
=={{header|PHP}}==
7,820

edits