Re: [Factor-talk] Kungfuguration Files

2019-03-19 Thread Alexander Ilin
I love it how everything is so simple in Factor . Thank you! : )) 19.03.2019, 21:18, "Doug Coleman" :USE: ini-file :p On Tue, Mar 19, 2019 at 1:09 PM Alexander Ilin wrote:Hello!  I need to load a configuration from a simple text file.  I would not want to employ anything too comp

Re: [Factor-talk] Kungfuguration Files

2019-03-19 Thread Doug Coleman
USE: ini-file :p On Tue, Mar 19, 2019 at 1:09 PM Alexander Ilin wrote: > Hello! > > I need to load a configuration from a simple text file. > I would not want to employ anything too complex (XML), and the thing > must work in a deployed application, into which I would not want to include >