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?
- Keep the once parsed data as a complex list structure and write it in a SCM file. Sure, but…
- Can’t I somehow keep the parsed result in a guile module? That is a compiled stuff once for all?
I cannot find the right way to do it.