This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Scheme is too complicated


hjstein@bfr.co.il (Harvey J. Stein) writes:

| One interface I'm familiar with is the one which makes an underlying
| database file look like an associative array (aka hash table).

Consider a SQL query which returns more data than your computer has
memory. I don't think that you will find a useful implementation that
let's the result look like a hash table.

-- 
/* In the beginning was the Word: */
typedef long SCM;