| Can we have variant of 'inst which will take 'keys and 'vals lists as an argument to generate a hashtable?
Or some other routine? like 'filltbl; discussed here:http://arclanguage.org/item?id=10026 I am writing some code to parse a csv file, and convert that into some other format.
To represent a csv record, I'll use hashtable, but I couldn't find any convenient way to create a hashtable.
Am I missing anything here?
thanks. |