chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] hash-table-ref Error: (apply) bad argument type: #<p


From: Kon Lovett
Subject: Re: [Chicken-users] hash-table-ref Error: (apply) bad argument type: #<procedure (f_10741)>
Date: Wed, 6 Feb 2008 17:18:24 -0800


On Feb 6, 2008, at 4:45 PM, Graham Fawcett wrote:

On Feb 6, 2008 4:42 PM, Andre Kuehne <address@hidden> wrote:
CHICKEN
Version 3.0.1 - linux-unix-gnu-x86 [ manyargs dload ptables applyhook ] (c)2000-2008 Felix L. Winkelmann compiled 2008-02-05 on disko (Linux)
SVN rev. 8157

#;1> (define x (make-hash-table))
#;2> (hash-table-set! x 1 2)
2
#;3> (hash-table-ref x 1)
Error: (apply) bad argument type: #<procedure (f_10741)>

For what it's worth, I had the same problem with the current svn
trunk. The 3.0.0 release works, though:

http://chicken.wiki.br/dev-snapshots/2008/02/06/chicken-3.0.0.tar.gz

Fixed in the svn trunk.


G


_______________________________________________
Chicken-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users

Best Wishes,
Kon






reply via email to

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