Kann ich X11Basic als shell benutzen ?

ja, einfach das binary xbasic nach /usr/bin kopieren. Die Scrips muessen dann als erste Zeile
#!/bin/xbasic 
enthalten. Mit chmod 755 macht man sie executable.

Kann ich X11Basic als internetdaemon benutzen ?

ja, hierzu muss xbasic mit der option -daemon aufgerufen werden. Diese Feature ist aber noch experimentell und oeffnet natuerlich Sicherheitsluecken.

Frequently Asked Questions

Here are some of the most common questions along with answers. This Faq is still short, but expected to grow on your input.

Question: Can X11-Basic generate stand-alone programs, which may run without the xbasic executable ?
Answer: No. X11-Basic does not translate its input into assembly, you always need the xbasic executable. On the other hand: the xbasic executable is rather small (<200 kB), so you might spread it around with your X11-Basic programs.

Question: May I charge for my X11-Basic programs ?
Answer: Yes, you may. But you should state clearly, that xbasic itself is available free of charge. Refer to the copyright for details.


Letzte Bearbeitung: Wed May 27 14:49:31 1998 Markus Hoffmann