X Language 0.7.1 review
DownloadX Language is a new multi-syntax programming including a portable set of APIs to create console or graphical applications runnable on
|
|
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 search tags