Looks like R5RS language in DrScheme does not come with hashtable library..
when I run (make-hash-table) it throws an error...
Pretty Big has support for hashtable but does not support mutable pairs..
so I am stuck making one of them work for me ..
How do I add support for hashtable in R5RS?
thanks