QScheme - Documentation

Tell me more...

QScheme is distributed under the GNU General Public Licence

Documentation

Qscheme
News
Introduction
Download
Documentation
Installation
Easy Installation
FAQ

 Installation

QScheme now has support for automake/autoconf. To install QScheme, just unpack and reand follow the instructions in the INSTALL file.

 Easy installation

Installation now follows the GNU standards. To install QScheme, just follow this steps:

  • Create a new directory and cd to it.
  • Download the latest stable version of QScheme.
  • Extract the archive:
    tar xvzf qscheme-*.tar.gz
    
  • Goto the source directory
    cd qscheme-*
    
  • Configure and compile
    ./configure
    make
    

After QScheme compilation terminates, you may want to test compilation by just running one of the small benches included. For example:

qscheme < fib.scm

should give more or less the following display (warning hudge snapshot here):

; QScheme 0.5.0 - A fast implementation of the Scheme language
; Copyright (C) 1998-2000 Daniel Crettol 
; QScheme is distributed under the GNU General Public Licence.
; See the COPYING and LICENCE_EXCEPTION files for more informations.
;
; Native threads enabled...
;
; macro.scm ok
; s.scm ok
QScheme> #>
QScheme> 832040
QScheme> 832040
QScheme> 832040
QScheme> 

At this point, you are done. Have fun...


D. Crettol dan@sof.ch Modifie le 14/06/2000 21:48:13.