[gambit-list] Efficient Compilation of Tail Calls and Continuations to JavaScript

Steve Graham jsgrahamus at yahoo.com
Tue Sep 17 15:02:17 EDT 2013


Found it.  Thanks.

Why did you define fib twice?


Steve


________________________________
 From: Marc Feeley <feeley at iro.umontreal.ca>
To: Steve Graham <jsgrahamus at yahoo.com> 
Cc: "gambit-list at iro.umontreal.ca" <gambit-list at iro.umontreal.ca> 
Sent: Tuesday, September 17, 2013 12:54 PM
Subject: Re: [gambit-list] Efficient Compilation of Tail Calls and	Continuations to JavaScript
 


On 2013-09-17, at 2:17 PM, Steve Graham <jsgrahamus at yahoo.com> wrote:

> Where do I find instructions for building Gambit from source code?

Read the README at https://github.com/feeley/gambit

Marc


Quick-install instructions for a typical installation
-----------------------------------------------------

  git clone https://github.com/feeley/gambit.git
  cd gambit
  ./configure --enable-single-host
  make -j4 bootstrap
  make -j4 bootclean
  make -j4 bootstrap
  make -j4 bootclean
  make -j4
  make check
  sudo make install

Detailed installation instructions are given in the file "INSTALL.txt".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.iro.umontreal.ca/pipermail/gambit-list/attachments/20130917/d568ce29/attachment.htm>


More information about the Gambit-list mailing list