Relative Content

Tag Archive for moduleschemerecorddata-storageguile

Store external data in guile modules?

Suppose I have a collection of external data structures in a txt file.
Whenever I need the data for computation I have to parse the file and then use it’s values.
How to make it more convenient?