FAQ

Arghhh. It does not work....

QScheme is distributed under the GNU General Public Licence

FAQ

QScheme
News
Introduction
Download
Documentation
FAQ

 Frequently Asked Questions

 Why is your english so bad ?

English is not my mother language. Sorry. I'm speaking better C than english.

 I cannot compile QScheme on Solaris

Support for Solaris and other Unices is broken yet. The QScheme 0.3 serie will still work with them.

I'm now concentrating on the JIT compiler, but I will also try to enlarge platform support for QScheme. There are projects to port QScheme for Windows. I will try hard to support Alpha, MIPS, SPARC and Pentium based Unices.

 Undocumented features

There is a lot of thing that are not really documented, at least in the main document. Try to use the (whatis STR) function in QScheme itself. All functions should be documented here. Another helper is the (apropos STR) function.

For example:

QScheme> (apropos "vector")
(vector? vector->list vector-sort! vector-fill! vector-ref vector
vector-append vector-set! make-vector vector-qsort! list->vector
vector-length vector-resize)
QScheme> (whatis "vector?")
(vector? OBJ) => BOOLEAN                                    [R5RS]
  Returns #t if obj is a vector, otherwise returns #f.

1 QScheme>


D. Crettol dan@sof.ch Modifie le 01/10/2000 00:10:23.