chicken-users
[Top][All Lists]
Advanced

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

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


From: Sungjin Chun
Subject: [Chicken-users] [Q] Why this simple code does not run?
Date: Wed, 10 Apr 2013 11:26:35 +0900

(sort '(1 2 3 4 5 6 7 8 9) >)

I can run this code in the interpreter env. and I can even compile
this using chicken scheme compiler, however if I run the result binary,
it emits following error message;

Error: unbound variable: sort

           Call history:

           sort.scm:1: sort                <--

What should I do?

reply via email to

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