[RFC] libcg: design and plans

Paul Menage menage at google.com
Wed Mar 5 04:01:55 PST 2008


On Tue, Mar 4, 2008 at 7:23 AM, Dhaval Giani <dhaval at linux.vnet.ibm.com> wrote:
>
>  libcg will be written mainly in C with lex and yacc for parsing the configuration
>  files.
>

One suggestion - for configuration management tools like this I'd opt
for C++ or Python over C, in order to be able to use STL (or the
python libraries). Object-Orientation may be useful or maybe not, but
classes like string, vector, hash_map, etc, make life so much easier.

Paul


More information about the Containers mailing list