X11BASIC V.1.04![]() Es ist zwar noch nicht ganz fehlerfrei, aber einigermassen brauchbar ist der Interpreter schon. Die Dokumentation ist leider sehr unvollst"andig. Aber am besten lernt man aus den Beispielprogrammen. Uebrigens ist die Syntax an das gute alte Gfa-Basic angelehnt. Viele Gfa-Basic-Programme lassen sich einfach portieren. Ich suche uebrigens noch interessierte Programmierer, die den Code weiterentwickeln wollen. IntruductionX11-Basic is a non-standart Basic interpreter with full X graphic capability and some other special features. Syntax is most similar to the old GFA-Basic ATARI ST implementation. Old gfa-prgrams should run with only few changes. The actual implementation runs on Unix workstations and Linux-PCs on a text console or with the X Window system.Think of the advantages of interpreters like shells. In X11-Basic it is even possible to write self modifying code, which is not with a compiler. One of the main purposes is to allow software written for Gfa-Basic on Atari ST computer to be used on other systems. What can X11-Basic do?X11-Basic was initially meant to be a very `low-level' Basic interpreter with calculation features and a simple graphics interface, and the possiblility to use self modifying code. Also many of the system specific library functions should be accessible. Which it does quite well at the moment.Inhalt des Pakets:X11Basic-1.02/ -rw-r----- 1 2286 Mar 29 17:03 Makefile.in drwxr-x--- 2 1024 Mar 31 14:19 bitmaps/ -rw-r----- 1 16420 Mar 30 12:43 ccs.c drwxr-x--- 2 1024 Mar 31 14:19 config/ -rwxr-x--- 1 7669 Mar 29 17:47 config.guess* -rwxr-x--- 1 45702 Mar 29 17:30 configure* -rwxr-x--- 1 6392 Mar 29 17:26 configure.in* drwxr-x--- 2 1024 Mar 31 14:19 doc/ drwxr-x--- 2 1024 Mar 31 14:19 examples/ drwxr-x--- 2 1024 Mar 31 14:19 src/ |
Das Paket zum Downloaden: For a quick test on a linux platform install libx11basic.so somewhere in /usr/lib or /usr/local/lib and execute xbasic.dyn.
|