Re: [Chicken-users] csi works, but not csc

2018-08-10 Thread Mark Carter
On 10/08/18 23:08, David Ireland wrote: Can you show us the code you wrote? I'm thinking the problem has something to do with low-level-macros. I was really just looking for 'define-syntax-rule'. I managed to write my own version: (define-syntax define-syntax-rule   (syntax-rules ()    

Re: [Chicken-users] csi works, but not csc

2018-08-10 Thread Chris
Did you use any libraries from chicken that you didn't 'require'? IIRC csi imports a number of helper modules that csc doesn't. I'd check the documentation for csi or csc for exact behavior. On August 10, 2018 5:06:12 PM EDT, Mark Carter wrote: >I'm new to Scheme. I wrote a little program:

[Chicken-users] csi works, but not csc

2018-08-10 Thread Mark Carter
I'm new to Scheme. I wrote a little program: cacc.scm. When I type     csi cacc.scm the program runs successfully. However, when I try to compile it:     csc cacc.scm it prints out the following errors: Error: during expansion of (dbind322 ...) - unbound variable: