X Language 0.7.1 review

Download
by rbytes.net on

X Language is a new multi-syntax programming including a portable set of APIs to create console or graphical applications runnable on

License: GPL (GNU General Public License)
File size: 0K
Developer: Patrick Deschenes
0 stars award from rbytes.net

X Language is a new multi-syntax programming including a portable set of APIs to create console or graphical applications runnable on many platforms (UNIX/X11, Win32, ...). X Language comes with an interpreter, a compiler and a debugger.

X Language is publicly available under the GPL.

Installation

tar -xzf xlang-0.7.1.tar.gz
cd xlang-0.7.1
./configure
make
make install
./xlc calc.xc

What's New in This Release:
Adding LANG/MATH specifications
Adding SYS (basic) specifications
Start implementing the SCR API

X Language 0.7.1 keywords