Hi, Thank you all for the suggestions of parsing similar stuffs and of the alternative. I'm studying csv vocabulary as example and don't know about simple-flat-file which is closer to what I'm expected :).
On Sat, Dec 5, 2009 at 2:12 AM, Slava Pestov <[email protected]> wrote: > Hi, > > Have you considered using JSON? We already have a vocabulary for > parsing JSON files: "json" about I'm just trying to learn factor by adding to Factor logging vocab some file config features. Python logging API supports configuring levels, handlers, formatters from config file which I find interesting. ( http://docs.python.org/library/logging.html#configuration-file-format ). I found that vocabulary to parse ini file doesn't exist. I'm probably try JSON first instead. cheers, > > On Sun, Nov 29, 2009 at 11:15 PM, Le Hoang Anh <[email protected]> > wrote: >> Hi all, >> >> Is there any vocab in Factor lib/paste.factorcode to parse ini file? >> I'm factor newbie and looking something equivalent to this >> http://docs.python.org/library/configparser.html >> >> thanks, >> -- >> anh >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> Factor-talk mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/factor-talk >> > > ------------------------------------------------------------------------------ > Join us December 9, 2009 for the Red Hat Virtual Experience, > a free event focused on virtualization and cloud computing. > Attend in-depth sessions from your desk. Your couch. Anywhere. > http://p.sf.net/sfu/redhat-sfdev2dev > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk > -- Le Hoang Anh ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
