guile-user
[Top][All Lists]
Advanced

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

Re: read-header procedure of (web http) module has a bug?


From: Noah Lavine
Subject: Re: read-header procedure of (web http) module has a bug?
Date: Tue, 24 Apr 2012 19:52:03 -0400

Hello,

> I see. You mean the procedures of the same level can call each other. Right?

Yes, that's right. And procedures at one level can always call to
procedures at a higher level, but not the other way around.

> I have another question; What if the macro case?
> Suppose there is a procedure to use another macro and definition of the
> macro is after the procedure, is it illegal?

Good question. I don't know the answer to that.

> Oh, another one; each procedure call of the same level is legal on other
> language like Chicken? I'm confused.

Yes, I think this should be legal in all Scheme implementations,
including Guile and Chicken.

I hope this helps.



reply via email to

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