bug-kawa
[Top][All Lists]
Advanced

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

[Bug-kawa] [bug #39944] Possible bug with omitted keyword arguments


From: anonymous
Subject: [Bug-kawa] [bug #39944] Possible bug with omitted keyword arguments
Date: Wed, 04 Sep 2013 21:56:19 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?39944>

                 Summary: Possible bug with omitted keyword arguments
                 Project: Kawa
            Submitted by: None
            Submitted on: Wed 04 Sep 2013 09:56:18 PM UTC
                Category: Scheme language
                Severity: 3 - Normal
              Item Group: Unexpected result
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:


#|kawa:10|# (define (f #!key (y -1) (z -2)) z)
#|kawa:11|# (f z: 42)
-2


In other schemes (notably Chicken Scheme) this prints "42" and not "-2".




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39944>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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