Re: [Chicken-users] Fwd: Newbie question - Converting SKILL/Scheme to C.

2009-09-02 Thread Yaron Kretchmer
Thanks Nicholas The fact that the C code resulting from the translation is not humanly readable is not important to me. I only intend to compile the C code and link it against other libraries. /* */ style comments not being supported is a minor problem. Infix not being supported is a slightly

[Chicken-users] Newbie question - Converting SKILL/Scheme to C.

2009-09-01 Thread Yaron Kretchmer
Hi All. Just joined the group, so forgive my newbie questions :) I have some legacy code written in SKILL (a variant of Scheme) which I'm trying to convert to C. I tried compiling the code , and got several different error message, and was wondering whether somebody could suggest a solution for

[Chicken-users] Fwd: Newbie question - Converting SKILL/Scheme to C.

2009-09-01 Thread Yaron Kretchmer
Here's a resend with no HTML :P --- begin resend- Hi All. Just joined the group, so forgive my newbie questions :) I have some legacy code written in SKILL (a variant of Scheme) which I'm trying to convert to C. I tried compiling

Re: [Chicken-users] Fwd: Newbie question - Converting SKILL/Scheme to C.

2009-09-01 Thread Yaron Kretchmer
Hi Ray. My apologies. Let me explain some more. I have a program written in a language called SKILL, which is a variant of Scheme. SKILL is used in semiconductor design to describe the layout of transistors, and is described briefly in http://en.wikipedia.org/wiki/Cadence_SKILL I am interested