chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Multi-file programs


From: Arto Bendiken
Subject: Re: [Chicken-users] Multi-file programs
Date: Mon, 2 Apr 2007 19:34:14 +0200

On 4/2/07, Alex Queiroz <address@hidden> wrote:

     What's the usual way to write programs with several files?
(require-extension) or (unit)/(use) declarations? (unit)/(use) seems
the natural way, but since they do not work during interpretation they
cannot be used for RAD.

Just do: (include "otherfile.scm")

--
Arto Bendiken | http://bendiken.net/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]