From: Sven Hartrumpf <Sven.Hartrumpf@FernUni-Hagen.de>
Subject: guile 1.6.4 can not handle "empty else" of SRFI-0
Date: Wed, 23 Apr 2003 14:33:49 +0200 (CEST) [thread overview]
Message-ID: <20030423.143349.74752112.Sven.Hartrumpf@FernUni-Hagen.de> (raw)
Hi all.
> guile --use-srfi="1"
guile> (cond-expand (srfi-1 (define a 1)) (else (define a 0)))
guile> a
1
% GOOD
guile> (cond-expand ((not srfi-1) (define b 1)) (else (define b 0)))
guile> b
0
% GOOD
guile> (cond-expand ((not srfi-1) (define b 1)) (else))
standard input:5:1: In procedure begin in expression (begin):
standard input:5:1: missing or extra expression
ABORT: (misc-error)
Type "(backtrace)" to get more information or "(debug)" to enter the debugger.
% VERY BAD :-(
Greetings
Sven
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
next reply other threads:[~2003-04-23 12:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-23 12:33 Sven Hartrumpf [this message]
2003-05-16 23:05 ` guile 1.6.4 can not handle "empty else" of SRFI-0 Marius Vollmer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030423.143349.74752112.Sven.Hartrumpf@FernUni-Hagen.de \
--to=sven.hartrumpf@fernuni-hagen.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).