Algorithms for functional programming: the blog

News and behind-the-scenes details on AFP: the book

Running a top-level R6RS program under Ikarus Scheme

2011-08-16 by stone

With the setup described in my previous post on Larceny, I was able to run the same top-level program under Ikarus Scheme with the shell command

  ikarus --r6rs-script top-level-greeter.ss

Ikarus Scheme presupposes that the names of the libraries are relative to the current working directory.