hi all,<br><br>I&#39;m <div dir="ltr">I am beginning in scheme language, I try to create a small program, it&#39;s a agenda / contact, I want to save &amp; load my data&nbsp; when I execute my prog.<br><br></div>I need two advices : <br>

<br>1) what is the best way to make a simple database with scheme?<br>&nbsp;I start to make class% and define link into different class.<br><br>2) But the real problem is how to load &amp; save data (in xls for example) , what is the best simple method ? <br>

<br>Maybe this way &quot;(open-output-file filename)&quot; ?<br><br>thanks<br><br>