On Feb 6, 2008 4:42 PM, Andre Kuehne <[EMAIL PROTECTED]> 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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
