chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] csi : problems to require stuff


From: F. Wittenberger
Subject: Re: [Chicken-users] csi : problems to require stuff
Date: Tue, 13 Dec 2005 14:30:16 +0100

here the complete session:

address@hidden:~$ csi
  _______   _     __
 / ___/ /  (_)___/ /_____ ___
/ /__/ _ \/ / __/  '_/ -_) _ \
\___/_//_/_/\__/_/\_\\__/_//_/

Version 2, Build 2 - linux-unix-gnu-x86 - [ dload ]
(c)2000-2005 Felix L. Winkelmann
#;1> (require 'srfi-1)
; loading library srfi-1 ...
#;2> cons*
Error: unbound variable: cons*
#;2>


Am Montag, den 12.12.2005, 21:00 +0100 schrieb felix winkelmann:
> On 12/11/05, Jörg F. Wittenberger <address@hidden> wrote:
> > Hello,
> >
> > I just upgraded to chicken "Version 2, Build 2 - linux-unix-gnu-x86 -
> > [ dload ]" (from version 1.63).
> >
> > Now I can't find out how to tell csi to use srfi-1 bindings.  I tries
> >
> > #!/usr/bin/csi -script
> > (require 'srfi-1)
> > cons*
> >
> 
> When you start csi interactively, what does the require print?
> 
> 
> cheers,
> felix




reply via email to

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