Jump to content

TL;DR: Difference between revisions

555 bytes added ,  8 months ago
Added XPL0 example.
m (fixing typo)
(Added XPL0 example.)
Line 206:
 
X10 is a statically-typed object-oriented language, extending a sequential core language with places, activities, clocks, (distributed, multi-dimensional) arrays and struct types. All these changes are motivated by the desire to use the new language for high-end, high-performance, high-productivity computing.
 
=={{header|XPL0}}==
 
XPL0 is basically a cross between C and Pascal. It has the speed and
low-level control of C with the readability of Pascal. It's a simple,
non-object-oriented language. It only has two data types: 32-bit integers
and double precision reals. (Character arrays could be considered a third
type, but their pointers are only distinguished by indexing bytes instead
of integers.) It has built-in support for (VESA) graphics. Open source
versions run under Windows (EXPL), Raspberry Pi Linux, MS-DOS, and on a
variety of other processors.
 
=={{header|Yabasic}}==
297

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.