chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] [Q] Why this simple code does not run?


From: Sungjin Chun
Subject: Re: [Chicken-users] [Q] Why this simple code does not run?
Date: Wed, 10 Apr 2013 12:45:58 +0900

Thank you. And sometimes I have to include srfi-1 for drop and others.


On Wed, Apr 10, 2013 at 11:39 AM, Matt Gushee <address@hidden> wrote:
On Tue, Apr 9, 2013 at 8:26 PM, Sungjin Chun <address@hidden> wrote:

> Error: unbound variable: sort
>
>            Call history:
>
>            sort.scm:1: sort                <--
>
> What should I do?

You should begin the file with

  (use data-structures)

HTH.

--
Matt Gushee

_______________________________________________
Chicken-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/chicken-users


reply via email to

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