From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Noah Lavine Newsgroups: gmane.lisp.guile.user Subject: Re: read-header procedure of (web http) module has a bug? Date: Tue, 24 Apr 2012 20:12:36 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1335312772 30590 80.91.229.3 (25 Apr 2012 00:12:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 25 Apr 2012 00:12:52 +0000 (UTC) Cc: guile-user@gnu.org To: Sunjoong Lee Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Apr 25 02:12:51 2012 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SMpqj-0007jI-7Y for guile-user@m.gmane.org; Wed, 25 Apr 2012 02:12:49 +0200 Original-Received: from localhost ([::1]:56136 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMpqe-0007yK-Ev for guile-user@m.gmane.org; Tue, 24 Apr 2012 20:12:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMpqZ-0007yE-Qw for guile-user@gnu.org; Tue, 24 Apr 2012 20:12:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMpqY-0001i8-4l for guile-user@gnu.org; Tue, 24 Apr 2012 20:12:39 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:65448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMpqX-0001i4-TF for guile-user@gnu.org; Tue, 24 Apr 2012 20:12:38 -0400 Original-Received: by iajr24 with SMTP id r24so2163612iaj.0 for ; Tue, 24 Apr 2012 17:12:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=CSV2swDvjprZBndiudS5mXnMz75TQr+jIjkozyqvxMc=; b=BkzMH2N0t7jQ+aNaQB2Mv4iL8z6F13ujsxbPikrINus+fFch2poZnUPTz4TIjfcZUV klglIQeGXKEigvA5yLpqlaik8MyccqifdWCkFsi8OEJBpv0n6Wd70MrIVZ8WMxAE4gG+ o7G9ctA8O/y68FWwR09yvys2kKC7Oe87We/6epF2tnM2GSDM9MBobCErRN7Vk7bpx/WP yETm5fEMPVUnOlBsD37rLFQ1xNpGSR8ZDasC8n3iaed1Sw+jYZ+rHaM8bQ//ERb2iKPA r7Pm3ra+RTRu/pOm/8TR5Y0BMMDhc0B+tEgEgkZo5kjArDCCM4eZ2ySWQgR3aDigcbHX tFbg== Original-Received: by 10.50.156.170 with SMTP id wf10mr370301igb.7.1335312756286; Tue, 24 Apr 2012 17:12:36 -0700 (PDT) Original-Received: by 10.42.29.200 with HTTP; Tue, 24 Apr 2012 17:12:36 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: gSmgPUZaCQsGso-rSQRF-BSAxSA X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.169 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:9391 Archived-At: >> > Oh, another one; each procedure call of the same level is legal on oth= er >> > language like=A0Chicken? I'm confused. >> >> Yes, I think this should be legal in all Scheme implementations, >> including Guile and Chicken. > > > Very confused; I saw many compile errors and it disappeared after > re-ordering definitions on=A0Chicken.=A0But this is not a Guile problem. Then either I am wrong or Chicken does not follow the standard right now. I don't know which. Noah