Re: [Chicken-users] INI files in Scheme? (or something similar)

2008-03-06 Thread Kon Lovett
On Mar 3, 2008, at 5:58 PM, Mario Domenech Goulart wrote: Hi Hans, On Mon, 03 Mar 2008 20:22:11 -0500 Hans Nowak [EMAIL PROTECTED] wrote: Is there a standard way to do INI files (or similar kinds of initialization files, ala .bashrc etc) in Scheme? For example, something like this:

Re: [Chicken-users] INI files in Scheme? (or something similar)

2008-03-03 Thread Shawn Rutledge
On Mon, Mar 3, 2008 at 6:22 PM, Hans Nowak [EMAIL PROTECTED] wrote: Is there a standard way to do INI files (or similar kinds of initialization files, ala .bashrc etc) in Scheme? For example, something like this: My first idea would be put an alist in the conf file: ((developer . dev_id)