chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Where is macroexpand?


From: Patrick Li
Subject: [Chicken-users] Where is macroexpand?
Date: Thu, 10 Feb 2011 16:22:30 -0500

Hello,

I am new to Chicken scheme and have just installed it using MacPorts.

I opened csi, and am having trouble finding macroexpand, or macroexpand-1. 

I found some older posts that show that other members aren't having any trouble.

Is there something that I am forgetting?

Thank you very much for your help
  -Patrick

Sample csi session:
-------------------------------------------------------------
CHICKEN
(c)2008-2010 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 4.4.0 
macosx-unix-gnu-x86-64 [ 64bit manyargs dload ptables ]
compiled 2011-02-10 on user210-146.wireless.utoronto.ca (Darwin)

#;1> macroexpand

Error: unbound variable: macroexpand
#;1> macroexpand-1

Error: unbound variable: macroexpand-1
#;1> (macroexpand '(let ((x 1)) (display x)))

Error: unbound variable: macroexpand

Call history:

<syntax> (macroexpand (quote (let ((x 1)) (display x))))
<syntax> (quote (let ((x 1)) (display x)))
<eval> (macroexpand (quote (let ((x 1)) (display x)))) <--
#;1> 
------------------------------------------------------

reply via email to

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