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: Graham Fawcett
Subject: Re: [Chicken-users] hash-table-ref Error: (apply) bad argument type: #<procedure (f_10741)>
Date: Wed, 6 Feb 2008 19:45:43 -0500

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

G




reply via email to

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